summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 38d623e..ede12bd 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -83,8 +83,8 @@ IF ( NOT Server ) # server nebo klient
ADD_DEFINITIONS ( -DNO_SOUND )
MESSAGE ( STATUS "<******************************>" )
ENDIF ( NOT NO_Audio )
- ADD_EXECUTABLE ( tuxanci-ng ${SRC_compile} )
- SET (TUX_BIN "tuxanci-ng")
+ ADD_EXECUTABLE ( tuxanci ${SRC_compile} )
+ SET (TUX_BIN "tuxanci")
ELSE ( NOT Server )
# kontrola libdl
IF ( NOT Win )
@@ -96,8 +96,8 @@ ELSE ( NOT Server )
MESSAGE ( STATUS "<******************************>" )
INCLUDE_DIRECTORIES ( ${WORKDIR}/server )
SET ( SRC_compile ${SRC_base} ${SRC_server} )
- ADD_EXECUTABLE ( tuxanci-ng-server ${SRC_compile} )
- SET (TUX_BIN "tuxanci-ng-server")
+ ADD_EXECUTABLE ( tuxanci-server ${SRC_compile} )
+ SET (TUX_BIN "tuxanci-server")
ENDIF ( NOT Server )
ADD_SUBDIRECTORY ( modules )
INSTALL ( TARGETS ${TUX_BIN} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}/${APPNAME} )