From 0ca799e3f0c6744b66941d04398d6706c7279b85 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 15 Oct 2011 09:35:42 +0000 Subject: added pkgconfig files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2402 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/qmmpui/CMakeLists.txt') 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) -- cgit v1.2.3-13-gbd6f