summaryrefslogtreecommitdiff
path: root/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest.cpp
AgeCommit message (Collapse)Author
2020-08-30CMake module: Allow paths of generated CMake sources for include directoriesSebastian Würl
2020-02-20cmake: Fix relative paths for add_custom_{command,target}Daniel Mensinger
Do this by tracking CMAKE_CURRENT_{SOURCE,BINARY}_DIR variables. This is achieved by injecting CMake code with CMAKE_PROJECT_INCLUDE and overriding some builtin functions with a wrapper that adds additional trace information.
2020-02-19cmake: Fix dependency loops in custom targets (fixes #6632)Daniel Mensinger