diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-31 18:37:46 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-01-31 18:37:46 (GMT) |
commit | c32af51867d1b49625eb687a12d7cb555111a338 (patch) | |
tree | 21bc886e2c1d8ebdba1b9464f36e5dc9b5d40934 /Source | |
parent | 345df44dc5dc5b17f340d45c11eac76f5b5d4501 (diff) | |
download | CMake-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.txt | 1 |
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) |