COMP: Add missing file in the installation

This commit is contained in:
Andy Cedilnik 2007-01-31 13:37:46 -05:00
parent 345df44dc5
commit c32af51867
1 changed files with 1 additions and 0 deletions

View File

@ -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)