CMake/Tests/ComplexOneConfig
Brad King fff812db95 ENH: Add if(TARGET) command
It is useful to be able to test if a target has been created.  Often
targets are created only inside conditions.  Rather than storing the
result of the condition manually for testing by other parts of the
project, it is much easier for the other parts to just test for the
target's existence.  This will also be useful when find-modules start
reporting results with IMPORTED targets and projects want to test if a
certain target is available.
2008-08-20 11:45:16 -04:00
..
Cache ENH: Move CMakeCache.txt to Cache/ directory to avoid any in-source build pb. 2002-01-22 15:50:52 -05:00
Executable ENH: Add if(TARGET) command 2008-08-20 11:45:16 -04:00
Library ENH: Add if(TARGET) command 2008-08-20 11:45:16 -04:00
CMakeLists.txt ENH: Add cmake_policy(GET) command mode 2008-08-18 09:53:06 -04:00
VarTests.cmake ENH: added testing for new features 2006-03-22 15:01:22 -05:00
cmTestConfigure.h.in ENH: support parenthesis as arguments and in conditionals feature request #6191 2008-06-26 13:01:35 -04:00
cmTestConfigureEscape.h.in add a test for escape quotes and configure file 2002-05-23 13:04:00 -04:00
cmTestGeneratedHeader.h.in ENH: Added test for generated header included by non-generated source. 2002-12-13 17:35:00 -05:00