[cmake-commits] alex committed CMakeLists.txt 1.2 1.3

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


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

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/SourceGroups/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CMakeLists.txt	24 Aug 2007 18:39:13 -0000	1.2
+++ CMakeLists.txt	27 Aug 2007 18:17:29 -0000	1.3
@@ -1,3 +1,12 @@
+project(SourceGroups)
+
+# this is not really a test which can fail
+# it is more an example with several source_group() 
+# commands.
+# The created projects have to be loaded manually 
+# in Visual Studio/XCode/Eclipse/...
+# to see whether the correct groups have been created.
+
 source_group(Base             FILES main.c)
 
 # a sub group



More information about the Cmake-commits mailing list