[cmake-commits] clinton committed CMakeLists.txt 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 19 14:08:59 EST 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH:  Add install command for executable.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeLists.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- CMakeLists.txt	13 Nov 2007 04:54:49 -0000	1.6
+++ CMakeLists.txt	19 Nov 2007 19:08:57 -0000	1.7
@@ -48,5 +48,7 @@
   ADD_EXECUTABLE(QtDialog WIN32 MACOSX_BUNDLE ${SRCS})
   TARGET_LINK_LIBRARIES(QtDialog CMakeLib ${QT_QTMAIN_LIBRARY} ${QT_LIBRARIES})
 
+  INSTALL_TARGETS(/bin QtDialog)
+
 ENDIF(NOT QT4_FOUND)
 



More information about the Cmake-commits mailing list