[cmake-commits] alex committed CMakeLists.txt 1.23 1.24

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Aug 27 14:17:31 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:

ENH: add the source_group() demo to the tests

Alex


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CMakeLists.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- CMakeLists.txt	24 Aug 2007 17:30:40 -0000	1.23
+++ CMakeLists.txt	27 Aug 2007 18:17:29 -0000	1.24
@@ -48,6 +48,7 @@
   ADD_TEST_MACRO(Framework bar)
   ADD_TEST_MACRO(Properties Properties)
   ADD_TEST_MACRO(Assembler HelloAsm)
+  ADD_TEST_MACRO(SourceGroups SourceGroups)
 
   # add tests with more complex invocations
   ADD_TEST(TargetName ${CMAKE_CTEST_COMMAND}



More information about the Cmake-commits mailing list