diff --git a/CMakeLists.txt b/CMakeLists.txt index c980d80..40bb141 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,11 @@ cmake_minimum_required(VERSION 3.9) +project(sj3 + VERSION 2.0.95 + LANGUAGES C +) + include(GNUInstallDirs) configure_file( @@ -31,11 +36,6 @@ configure_file( include_directories("${CMAKE_BINARY_DIR}") -project(sj3 - VERSION 2.0.95 - LANGUAGES C -) - add_library(sj3lib sj3lib/level1.c sj3lib/sj.c @@ -110,17 +110,17 @@ target_include_directories(kanakan PRIVATE include ) -#add_executable(sj3serv -# sj3serv/comuni.c -# sj3serv/error.c -# sj3serv/execute.c -# sj3serv/main.c -# sj3serv/setup.c -#) add_executable(sj3serv - sj3serv/log.c - sj3serv/sj3serv.c + sj3serv/comuni.c + sj3serv/error.c + sj3serv/execute.c + sj3serv/main.c + sj3serv/setup.c ) +#add_executable(sj3serv +# sj3serv/log.c +# sj3serv/sj3serv.c +#) target_include_directories(sj3serv PRIVATE include sj3lib )