[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.92 1.93

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jul 10 13:53:40 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Test transitive link languages

This test creates a C executable that links to a C++ static library.  On
most platforms the executable will not link unless the C++ linker is
chosen correctly.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.92
retrieving revision 1.93
diff -C 2 -d -r1.92 -r1.93
*** CMakeLists.txt	10 Jul 2009 15:08:02 -0000	1.92
--- CMakeLists.txt	10 Jul 2009 17:53:38 -0000	1.93
***************
*** 93,96 ****
--- 93,97 ----
    ADD_TEST_MACRO(ExternalOBJ ExternalOBJ)
    ADD_TEST_MACRO(LoadCommand LoadedCommand)
+   ADD_TEST_MACRO(LinkLanguage LinkLanguage)
    ADD_TEST_MACRO(LinkLine LinkLine)
    ADD_TEST_MACRO(MacroTest miniMacroTest)



More information about the Cmake-commits mailing list