[cmake-commits] andy committed CMakeLists.txt 1.322 1.323

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 31 13:37:48 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv21614/Source

Modified Files:
	CMakeLists.txt 
Log Message:
COMP: Add missing file in the installation


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CMakeLists.txt,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- CMakeLists.txt	30 Jan 2007 16:48:17 -0000	1.322
+++ CMakeLists.txt	31 Jan 2007 18:37:46 -0000	1.323
@@ -320,6 +320,7 @@
   IF(NOT UNIX)
     ADD_EXECUTABLE(cmw9xcom cmw9xcom.cxx)
     TARGET_LINK_LIBRARIES(cmw9xcom CMakeLib)
+    INSTALL_TARGETS(/bin cmw9xcom)
   ENDIF(NOT UNIX)
 ENDIF(WIN32)
 



More information about the Cmake-commits mailing list