diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-03-03 21:42:42 +0100 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-03-04 15:33:33 +0100 |
commit | 48deaabecefea835f81c9e6e8ba73ee8881c314c (patch) | |
tree | 308142fdae63e149d93c3fd5ab37d8debe6b8919 /CMakeLists.txt | |
parent | ac5847e869954149361463d62e68d6081c97dad5 (diff) | |
download | kstreamripper-48deaabecefea835f81c9e6e8ba73ee8881c314c.tar.gz kstreamripper-48deaabecefea835f81c9e6e8ba73ee8881c314c.zip |
Drop scons build support.
Deleted empty file ChangeLog.
Update some cmake files with latest macros.
Add basic cmake build instructions.
Few cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
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 6366af0..a2c96c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ tde_setup_paths( ) ##### optional stuff -option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) +option( WITH_ALL_OPTIONS "Enable all optional support" OFF ) option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden" ${WITH_ALL_OPTIONS} ) @@ -69,7 +69,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_subdirectory( BUILD_DOC doc ) tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) |