diff options
author | gregory guy <[email protected]> | 2020-03-23 18:35:35 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-03-24 21:51:26 +0900 |
commit | c0fce915d64c89563b0127eb2a05fb2d52b3b8d6 (patch) | |
tree | 4b84b74a63fe3a2e4c06537f376519e7eb227acb /CMakeLists.txt | |
parent | 65633277b10822db7513cb1ef41dce3d739e04e7 (diff) | |
download | tdeio-apt-c0fce915d64c89563b0127eb2a05fb2d52b3b8d6.tar.gz tdeio-apt-c0fce915d64c89563b0127eb2a05fb2d52b3b8d6.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 <[email protected]>
(cherry picked from commit 4986d5902c36dc2b286e42591114d569af7e8517)
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 d2be45c..1c55903 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} ) |