diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-09 15:42:07 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2026-06-09 15:42:07 +0200 |
| commit | 709330729dcca0318222b2679e6ea355b5025db7 (patch) | |
| tree | 02884795544f11ff121bdd9c1b48ccedd4c6e30d /tools | |
| parent | 6be6bfff40db6450d11a151812c8b27a65cbe1ed (diff) | |
| parent | 80c8c7c5d9872727dbaa4c987f520240555eb4ba (diff) | |
| download | libayatana-indicator-709330729dcca0318222b2679e6ea355b5025db7.tar.gz libayatana-indicator-709330729dcca0318222b2679e6ea355b5025db7.tar.bz2 libayatana-indicator-709330729dcca0318222b2679e6ea355b5025db7.zip | |
Merge branch 'thestr4ng3r-pkgconfig'
Attributes GH PR #78: https://github.com/AyatanaIndicators/libayatana-indicator/pull/78
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 14ce777..18bf429 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -4,7 +4,7 @@ if (FLAVOUR_GTK3 AND ENABLE_IDO) add_executable("ayatana-indicator-loader3" indicator-loader.c) target_include_directories("ayatana-indicator-loader3" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS}) target_include_directories("ayatana-indicator-loader3" PUBLIC "${CMAKE_SOURCE_DIR}/src") - target_link_libraries("ayatana-indicator-loader3" ${PROJECT_DEPS_LIBRARIES} "-L${CMAKE_BINARY_DIR}/src" -layatana-indicator3) + target_link_libraries("ayatana-indicator-loader3" ${PROJECT_DEPS_LINK_LIBRARIES} "-L${CMAKE_BINARY_DIR}/src" -layatana-indicator3) add_dependencies("ayatana-indicator-loader3" "ayatana-indicator3") install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-loader3" DESTINATION "${CMAKE_INSTALL_FULL_LIBEXECDIR}/${PROJECT_NAME}") |
