summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-10-21 12:47:12 +0200
committergregory guy <[email protected]>2019-10-21 12:47:12 +0200
commite7dbd05dac9173bb57af5ab5e2f1eadb267a8121 (patch)
treedbfc8d83d0e883f36cd2370e1c61c7993dcdb6ff /CMakeLists.txt
parent0c50afd1a77ba2fd1ee729d9fe616dd42e1897df (diff)
downloadknetstats-e7dbd05dac9173bb57af5ab5e2f1eadb267a8121.tar.gz
knetstats-e7dbd05dac9173bb57af5ab5e2f1eadb267a8121.zip
Drop automake build support.
Add basic cmake instructions in an INSTALL file. Rework of the README file as well as the help page. The knetstats.desktop file has been moved to the "src" folder. Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67ac9c6..2a8014f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,11 +77,3 @@ tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations )
##### write configure files
configure_file( config.h.cmake config.h @ONLY )
-
-
-##### other data
-
-install(
- FILES ${PROJECT_NAME}.desktop
- DESTINATION ${XDG_APPS_INSTALL_DIR}
-)