[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.141 1.142

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 28 13:35:50 EDT 2009


Update of /cvsroot/CMake/CMake/Tests
In directory public:/mounts/ram/cvs-serv16580/Tests

Modified Files:
	CMakeLists.txt 
Log Message:
Test per-config OUTPUT_DIRECTORY properties

We test (ARCHIVE|LIBRARY|RUNTIME)_OUTPUT_DIRECTORY_<CONFIG> properties
by building COnly as a subdirectory and setting the properties to put
its files in specific locations.  We build an executable that verifies
the targets actually appear where expected.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.141
retrieving revision 1.142
diff -C 2 -d -r1.141 -r1.142
*** CMakeLists.txt	27 Oct 2009 16:18:40 -0000	1.141
--- CMakeLists.txt	28 Oct 2009 17:35:45 -0000	1.142
***************
*** 118,121 ****
--- 118,122 ----
    ADD_TEST_MACRO(CxxOnly CxxOnly)
    ADD_TEST_MACRO(IPO COnly/COnly)
+   ADD_TEST_MACRO(OutDir runtime/OutDir)
    ADD_TEST_MACRO(NewlineArgs NewlineArgs)
    ADD_TEST_MACRO(SetLang SetLang)



More information about the Cmake-commits mailing list