diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 75c9a4a..39aece4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,9 +7,9 @@ # !! pri zmene zdrojovych souboru se podivejte co je treba delat do souboru !! # !! CMakeLists.txt v adresari src !! -SET ( APPNAME "tuxanci-ng") +SET ( APPNAME "tuxanci") IF ( Server ) - SET ( APPNAME "tuxanci-ng-server" ) + SET ( APPNAME "tuxanci-server" ) ENDIF ( Server ) MESSAGE ( "<******************************>" ) MESSAGE ( "Configure for ${APPNAME} Started" ) |