[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/dirD
In directory public:/mounts/ram/cvs-serv9462/Tests/SimpleExclude/dirD

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


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/SimpleExclude/dirD/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,4 +1,4 @@
-add_library(t8 t8.c)
+add_library(t8 STATIC t8.c)
 
 add_executable(t9 t9.c)
 target_link_libraries(t9 t7)



More information about the Cmake-commits mailing list