[cmake-commits] martink committed CMakeLists.txt 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri May 18 15:11:22 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/LinkLine/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	10 May 2002 17:35:42 -0000	1.1
+++ CMakeLists.txt	18 May 2007 19:11:20 -0000	1.2
@@ -8,5 +8,5 @@
 ADD_LIBRARY( Two Two.c )
 
 LINK_LIBRARIES( One Two )
-ADD_EXECUTABLE( Exec Exec.c )
+ADD_EXECUTABLE( LinkLine Exec.c )
 LINK_LIBRARIES( One )



More information about the Cmake-commits mailing list