diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:25:18 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-16 11:25:18 +0100 |
commit | d813ce96ef7e3694da971839b6ce52741d868a07 (patch) | |
tree | c35a8b50ce4b43e83cb2d41b931ceace6a090dbd /src/CMakeLists.txt | |
parent | 6d1a75ee0a2ef609dd7dd3b01de6ff5a645af928 (diff) | |
parent | 53da992529dc672f273c8949d738afa87863aec4 (diff) | |
download | ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.tar.gz ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.tar.bz2 ayatana-indicator-keyboard-d813ce96ef7e3694da971839b6ce52741d868a07.zip |
Merge branch 'tari01-pr/drop-cmake-install-full-pkglibexecdir'
Attributes GH PR #28: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard/pull/28
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6a94756a..7af25121 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -25,4 +25,4 @@ link_directories(${SERVICE_DEPS_LIBRARY_DIRS}) add_executable("ayatana-indicator-keyboard-service" main.c) target_link_libraries("ayatana-indicator-keyboard-service" "ayatanaindicatorkeyboardservice" "${SERVICE_DEPS_LIBRARIES} -ldl") -install(TARGETS "ayatana-indicator-keyboard-service" RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}") +install(TARGETS "ayatana-indicator-keyboard-service" RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${CMAKE_PROJECT_NAME}") |