CMake/Tests/RunCMake/GeneratorExpression
Brad King 9d9f616792 Add $<CONFIG:...> boolean query generator expression
This expression evaluates to '1' or '0' to indicate whether the build
configuration for which the expression is evaluated matches tha named
configuration.  In combination with the "$<0:...>" and "$<1:...>"
expressions this allows per-configuration content to be generated.
2012-08-15 11:44:49 -04:00
..
BadAND-result.txt
BadAND-stderr.txt
BadAND.cmake
BadCONFIG-result.txt
BadCONFIG-stderr.txt
BadCONFIG.cmake
BadNOT-result.txt
BadNOT-stderr.txt
BadNOT.cmake
BadOR-result.txt
BadOR-stderr.txt
BadOR.cmake
CMakeLists.txt
RunCMakeTest.cmake