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

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Feb 23 10:31:48 EST 2007


Update of /cvsroot/CMake/CMake/Tests/SimpleExclude/dirC/dirB
In directory public:/mounts/ram/cvs-serv9462/Tests/SimpleExclude/dirC/dirB

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Force libraries to be static


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SimpleExclude/dirC/dirB/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	22 Feb 2007 13:39:12 -0000	1.1
+++ CMakeLists.txt	23 Feb 2007 15:31:46 -0000	1.2
@@ -1,5 +1,5 @@
-add_library(t6 t6.c)
+add_library(t6 STATIC t6.c)
 
-add_library(t7 t7.c)
+add_library(t7 STATIC t7.c)
 target_link_libraries(t7 t2)
 



More information about the Cmake-commits mailing list