summaryrefslogtreecommitdiff
path: root/test cases/cmake/8 custom command/subprojects/cmMod/macro_name.cpp
AgeCommit message (Collapse)Author
2020-08-09cmake: Detect custom command targets in compiler argsDaniel Mensinger
This is required to make `-include /path/to/custom/target.hpp` work. This setup is used by wxWidgets and this PR is required to use wxWidgets as a CMake subproject.
2019-11-28cmake: Some minor fixupDaniel Mensinger