diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-24 16:54:39 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2023-08-24 16:54:39 +0200 |
commit | 39277de1b450e89c579a5dba3e9de730e6188787 (patch) | |
tree | 4ec4604e559cc8b57b46cf0408370ca5ddae3179 | |
parent | b1998c6ab583d5129ef0e10eb9b6c99ff0b89631 (diff) | |
parent | 610ddb963ca89b3aa0d38058dd46793484c502af (diff) | |
download | ayatana-ido-39277de1b450e89c579a5dba3e9de730e6188787.tar.gz ayatana-ido-39277de1b450e89c579a5dba3e9de730e6188787.tar.bz2 ayatana-ido-39277de1b450e89c579a5dba3e9de730e6188787.zip |
Merge branch 'tyll-executable_so'
Attributes GH PR #67: https://github.com/AyatanaIndicators/ayatana-ido/pull/67
-rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 670cc71..5b3638d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -104,9 +104,7 @@ target_include_directories("ayatana-ido3-0.4" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_BINARY_DIR}) target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) target_compile_definitions("ayatana-ido3-0.4" PUBLIC G_LOG_DOMAIN="IDO") -install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.so" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}") -install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.so.0" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}") -install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.so.0.0.0" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}") +install(TARGETS "ayatana-ido3-0.4" LIBRARY DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR}") # AyatanaIdo3-0.4.gir |