aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-02-05 14:09:34 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-21 20:57:03 +0200
commit9f96225dc93a97467f1e2107e23b79cb10744917 (patch)
tree07d5b8bfecf3c629d41e4924c58cc4dccd8fda1f /data
parentb74d4016bd84bfe1c97c3ec0f2cfcadfda296a28 (diff)
downloadayatana-ido-9f96225dc93a97467f1e2107e23b79cb10744917.tar.gz
ayatana-ido-9f96225dc93a97467f1e2107e23b79cb10744917.tar.bz2
ayatana-ido-9f96225dc93a97467f1e2107e23b79cb10744917.zip
Add CMakeLists.txt files.
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index d423718..2f15bf6 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -1,7 +1,4 @@
-# Create the .pc
+# libayatana-ido3-0.4.pc
-configure_file("${CMAKE_CURRENT_SOURCE_DIR}/libayatana-ido3-0.4.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.pc")
-
-# Install
-
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.pc" DESTINATION "${LIB_DIR_PATH}/pkgconfig/")
+configure_file("${CMAKE_CURRENT_SOURCE_DIR}/libayatana-ido3-0.4.pc.in" "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.pc" @ONLY)
+install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libayatana-ido3-0.4.pc" DESTINATION "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig/")