diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4e0bc97..d6a4bb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ SET ( LIB_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lib/" CACHE PATH "Library path pr ############################################################################### # BASIC PROJECT VALUES ############################################################################### -PROJECT ( tuxanci ) +PROJECT ( tuxanci C ) IF ( NOT Server ) SET ( APPNAME "tuxanci-${TUXANCI_VERSION}") ELSE ( NOT Server ) |