diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-15 09:35:42 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-10-15 09:35:42 +0000 |
| commit | 0ca799e3f0c6744b66941d04398d6706c7279b85 (patch) | |
| tree | 023e79dbb032084e9ed12d30410ad2e46ca7e59e /src/qmmpui/CMakeLists.txt | |
| parent | f3a81cc15b9cbd3787869e2a4a32fcd82c90c8c4 (diff) | |
| download | qmmp-0ca799e3f0c6744b66941d04398d6706c7279b85.tar.gz qmmp-0ca799e3f0c6744b66941d04398d6706c7279b85.tar.bz2 qmmp-0ca799e3f0c6744b66941d04398d6706c7279b85.zip | |
added pkgconfig files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2402 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/CMakeLists.txt')
| -rw-r--r-- | src/qmmpui/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qmmpui/CMakeLists.txt b/src/qmmpui/CMakeLists.txt index 76318c861..d37ce5c03 100644 --- a/src/qmmpui/CMakeLists.txt +++ b/src/qmmpui/CMakeLists.txt @@ -128,3 +128,6 @@ install(TARGETS qmmpui LIBRARY DESTINATION ${LIB_DIR} RUNTIME DESTINATION bin ARCHIVE DESTINATION ${LIB_DIR}) install(FILES ${libqmmpui_DEVEL_HDRS} DESTINATION include/qmmpui) + +configure_file(${CMAKE_CURRENT_SOURCE_DIR}/qmmpui.pc.in ${CMAKE_CURRENT_BINARY_DIR}/qmmpui.pc @ONLY) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/qmmpui.pc DESTINATION ${LIB_DIR}/pkgconfig) |
