summaryrefslogtreecommitdiff
path: root/test cases/cmake/8 custom command/subprojects/cmMod/cpyTest/cpyTest4.hpp
AgeCommit message (Collapse)Author
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.