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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Nov 29 21:36:15 EST 2006


Update of /cvsroot/CMake/CMake/Tests/LibName
In directory public:/mounts/ram/cvs-serv5629/Tests/LibName

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: fix test to run with debug or release and put the exe next to the dll, still shows the bug this is testing for


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/LibName/CMakeLists.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- CMakeLists.txt	29 Nov 2006 20:57:50 -0000	1.1
+++ CMakeLists.txt	30 Nov 2006 02:36:13 -0000	1.2
@@ -1,5 +1,6 @@
 project(LibName)
 set(LIBRARY_OUTPUT_PATH lib)
+set(EXECUTABLE_OUTPUT_PATH lib)
 add_library(bar SHARED bar.c)
 add_library(foo SHARED foo.c)
 target_link_libraries(foo bar)



More information about the Cmake-commits mailing list