diff options
| author | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 13:36:47 +0200 |
|---|---|---|
| committer | Niels Ole Salscheider <niels_ole@salscheider-online.de> | 2017-09-04 20:34:53 +0200 |
| commit | fd8a8372edf9f1af9d2fe800a8cb4d8e183a0d17 (patch) | |
| tree | 6fae5d494bb1da44864d9571c5c1fb05e05eb34c /CMakeLists.txt | |
| parent | 2be36c7d3a4eed9f731038f4ff335281a0790b32 (diff) | |
| download | qxmpp-fd8a8372edf9f1af9d2fe800a8cb4d8e183a0d17.tar.gz | |
Install pkgconfig file
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 21782128..bbc43278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,3 +42,11 @@ install( COMPONENT Devel ) +# Generate qxmpp.pc +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qxmpp.pc.in ${CMAKE_CURRENT_BINARY_DIR}/qxmpp.pc @ONLY) +install( + FILES ${CMAKE_CURRENT_BINARY_DIR}/qxmpp.pc + DESTINATION "${CMAKE_INSTALL_LIBDIR}/pkgconfig" + COMPONENT Devel +) + |
