diff options
Diffstat (limited to 'pkgconfig/CMakeLists.txt')
-rw-r--r-- | pkgconfig/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgconfig/CMakeLists.txt b/pkgconfig/CMakeLists.txt new file mode 100644 index 0000000..a2d10a4 --- /dev/null +++ b/pkgconfig/CMakeLists.txt @@ -0,0 +1,11 @@ +CONFIGURE_FILE( + ${SERVICE_NAME}.pc.in + ${SERVICE_NAME}.pc + @ONLY +) + +INSTALL( + FILES + ${SERVICE_NAME}.pc + DESTINATION + ${LIB_INSTALL_DIR}/pkgconfig) |