diff options
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a7ab72..3b27f88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,13 @@ ecm_find_qmlmodule(QtSensors 5.3) add_subdirectory(src) +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/asteroid-compass.in + ${CMAKE_BINARY_DIR}/asteroid-compass + @ONLY) + +install(PROGRAMS ${CMAKE_BINARY_DIR}/asteroid-compass + DESTINATION ${CMAKE_INSTALL_BINDIR}) + build_translations(i18n) generate_desktop(${CMAKE_SOURCE_DIR} asteroid-compass) |