index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
RunCMake
/
GeneratorExpression
/
BadIF.cmake
blob: 583f68d27f76094f0e3bfe020e8596bd7d36f295 (
plain
)
1
2
3
4
5
add_custom_target(check ALL COMMAND check $<IF:asdf,a,b> $<IF:asdf,a> )