[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.6 1.7 README.txt NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Jul 11 00:05:22 EDT 2009


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

Modified Files:
	CMakeLists.txt 
Added Files:
	README.txt 
Log Message:
ENH: add group support and fix borland error


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SourceGroups/CMakeLists.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** CMakeLists.txt	8 Jul 2009 15:41:48 -0000	1.6
--- CMakeLists.txt	11 Jul 2009 04:05:20 -0000	1.7
***************
*** 32,35 ****
  
  
! add_executable(SourceGroups main.c bar.c foo.c sub1/foo.c sub1/foobar.c baz.c)
  
--- 32,35 ----
  
  
! add_executable(SourceGroups main.c bar.c foo.c sub1/foo.c sub1/foobar.c baz.c README.txt)
  

--- NEW FILE: README.txt ---
  



More information about the Cmake-commits mailing list