aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-06-08 23:00:55 +0200
committerRobert Tari <robert@tari.in>2021-06-08 23:00:55 +0200
commit84322ea92346f56b1e1a882f9f66e250289a115c (patch)
treeb1bbaf330dfb7c0775b74e104bc0642c3d48912b /src
parent4f0c06437df359bb8aedd28f19c1f55c2ae77b85 (diff)
downloadlibayatana-common-84322ea92346f56b1e1a882f9f66e250289a115c.tar.gz
libayatana-common-84322ea92346f56b1e1a882f9f66e250289a115c.tar.bz2
libayatana-common-84322ea92346f56b1e1a882f9f66e250289a115c.zip
src/CMakeLists.txt: Use CMAKE_INSTALL_FULL_*DIR locations
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4834a19..0189cc1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -24,6 +24,6 @@ set_target_properties(ayatana-common
configure_file(libayatana-common.pc.in ${CMAKE_CURRENT_BINARY_DIR}/libayatana-common.pc @ONLY)
-install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libayatana-common.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
-install(FILES ${PUBLIC_HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ayatana/common)
-install(TARGETS ayatana-common DESTINATION ${CMAKE_INSTALL_LIBDIR})
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libayatana-common.pc DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}/pkgconfig)
+install(FILES ${PUBLIC_HEADERS} DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/ayatana/common)
+install(TARGETS ayatana-common DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR})