CMake/Tests/ComplexRelativePaths/Library
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
..
ExtraSources
SystemDir BUG: Test -isystem without affecting other tests. Made separate Library/SystemDir for this purpose. 2006-10-05 12:04:30 -04:00
CMakeLists.txt ENH: Add if(TARGET) command 2008-08-20 11:45:16 -04:00
create_file.cxx
dummy
empty.h
file2.cxx ENH: Add test for REMOVE_DEFINITION 2004-04-15 13:59:29 -04:00
file2.h
moduleFile.c ENH: add testing for modules and one two config modes for cmaketest 2003-01-15 17:31:22 -05:00
moduleFile.h ENH: add testing for modules and one two config modes for cmaketest 2003-01-15 17:31:22 -05:00
notInAllLib.cxx ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid building the targets by default. 2006-10-02 11:14:00 -04:00
sharedFile.cxx
sharedFile.h
test_preprocess.cmake ENH: Adding test for running preprocessor rules. 2006-09-23 16:55:16 -04:00
testConly.c ENH: Remove warnings 2004-04-30 18:21:55 -04:00
testConly.h
TestLink.c ENH: Added test for linking to a static library that is next to a shared library. See bug#1644 for related changes. 2006-09-15 14:31:24 -04:00