summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-31 18:37:46 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-31 18:37:46 (GMT)
commitc32af51867d1b49625eb687a12d7cb555111a338 (patch)
tree21bc886e2c1d8ebdba1b9464f36e5dc9b5d40934 /Source
parent345df44dc5dc5b17f340d45c11eac76f5b5d4501 (diff)
downloadCMake-c32af51867d1b49625eb687a12d7cb555111a338.zip
CMake-c32af51867d1b49625eb687a12d7cb555111a338.tar.gz
CMake-c32af51867d1b49625eb687a12d7cb555111a338.tar.bz2
COMP: Add missing file in the installation
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index b29600f..b296edc 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -320,6 +320,7 @@ IF(WIN32)
IF(NOT UNIX)
ADD_EXECUTABLE(cmw9xcom cmw9xcom.cxx)
TARGET_LINK_LIBRARIES(cmw9xcom CMakeLib)
+ INSTALL_TARGETS(/bin cmw9xcom)
ENDIF(NOT UNIX)
ENDIF(WIN32)