From 1f12b5ad28cabc9374a31248ee9965744e9f5b80 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 12 Feb 2019 23:24:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BA=D0=B0=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20pkgconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/cmlib | 2 +- src/libcmex/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/cmlib b/cmake/cmlib index 405cced..8dbf12e 160000 --- a/cmake/cmlib +++ b/cmake/cmlib @@ -1 +1 @@ -Subproject commit 405cced4a59588719e7cb3ef3f4c778326223a9d +Subproject commit 8dbf12ef43b0d77d94811608cd3754cf2de6fdfb diff --git a/src/libcmex/CMakeLists.txt b/src/libcmex/CMakeLists.txt index bd57468..6377ac1 100644 --- a/src/libcmex/CMakeLists.txt +++ b/src/libcmex/CMakeLists.txt @@ -25,4 +25,5 @@ install(TARGETS ${current_target}_static ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB install(TARGETS ${current_target}_shared LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(FILES ${CMAKE_BINARY_DIR}/include/config.hpp ${current_target_headers} COMPONENT headers DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${current_target}) +install(FILES ${CMAKE_BINARY_DIR}/${current_target}.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)