diff options
author | gregory guy <gregory-tde@laposte.net> | 2020-06-19 17:12:06 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2020-06-19 17:12:06 +0200 |
commit | eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2 (patch) | |
tree | aebb3496cab0a2d0650a9097c6307004864552e5 /CMakeLists.txt | |
parent | 5548944a933a72bd9a3deb7735fc2f60f71906ee (diff) | |
download | kdbusnotification-eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2.tar.gz kdbusnotification-eb8eab39794cc4a7fbb11b66a4f8d2d6f4d868f2.zip |
Drop automake build support.
Add basic cmake build instructions.
Write basic README file.
Some cosmetics.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
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 f2e2d2f..a6afb71 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} ) |