From 2584ebc642b2eac6455cd15a7d6bd3b30369cb9d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 9 Feb 2020 21:21:09 -0800 Subject: [PATCH] libnl-tiny: install pkgconfig file This will allow getting rid of InstallDev in the Makefile. It also allows compilation with CMAKE_BINARY_SUBDIR. Signed-off-by: Rosen Penev --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10bf4e8..581015c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,7 @@ CONFIGURE_FILE( ) INSTALL(TARGETS nl-tiny LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) +INSTALL(FILES ${CMAKE_BINARY_DIR}/libnl-tiny.pc DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) INSTALL( DIRECTORY ${CMAKE_SOURCE_DIR}/include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libnl-tiny -- 2.30.2