diff options
| author | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-26 16:13:55 +0100 |
|---|---|---|
| committer | Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> | 2008-10-26 16:13:55 +0100 |
| commit | 19b353fa9ae82cedc062c3658a19b682582a44ad (patch) | |
| tree | a66e930f57af68be71cce3882d6d36cfa27bfa8b /src | |
| parent | 916b37a0436980849bed44d6a6624df8fb9abe32 (diff) | |
Update name of downserver to tuxanci-downserver-version
Diffstat (limited to 'src')
| -rw-r--r-- | src/downserver/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/downserver/CMakeLists.txt b/src/downserver/CMakeLists.txt index a5abe7d..c854362 100644 --- a/src/downserver/CMakeLists.txt +++ b/src/downserver/CMakeLists.txt @@ -19,9 +19,9 @@ IF ( Server ) ############################################################################### # COMPILATION AND INSTALLATION ITSELF ############################################################################### - ADD_EXECUTABLE ( tuxanci-downServer-${APPNAME} ${SRC} ) - INSTALL ( TARGETS tuxanci-downServer-${APPNAME} + ADD_EXECUTABLE ( tuxanci-downserver-${VERSION} ${SRC} ) + INSTALL ( TARGETS tuxanci-downserver-${VERSION} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/${APPNAME} ) ENDIF ( Server ) -###############################################################################
\ No newline at end of file +############################################################################### |