summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-03-23 18:35:35 +0100
committergregory guy <gregory-tde@laposte.net>2020-03-24 13:42:21 +0100
commit4986d5902c36dc2b286e42591114d569af7e8517 (patch)
tree66e83984a7e1c80875aa6c2bf1e0abbbb81eafad /CMakeLists.txt
parente9f4918326e9b05edf5ed848f1b4c0403518c449 (diff)
downloadtdeio-apt-4986d5902c36dc2b286e42591114d569af7e8517.tar.gz
tdeio-apt-4986d5902c36dc2b286e42591114d569af7e8517.zip
Drop automake build support.
Add basic cmake build instructions. Delete empty files TODO and NEWS. Delete the folder templates. Rework of the README file. Add the "MODULE" directive to the plugin build. Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 010b64f..d4b73a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -41,13 +41,13 @@ 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} )
##### user requested modules
-option( BUILD_ALL "Build all" ON )
+option( BUILD_ALL "Build all" ON )
option( BUILD_TRANSLATIONS "Build translations" ${BUILD_ALL} )