From 3acd99472ac6debed64ce25a0c545c2c9b974ae2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 28 Mar 2018 11:38:55 +0200 Subject: Stuff for crystfel.pc --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 773d246e..660f3233 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,6 +87,11 @@ add_subdirectory(libcrystfel) enable_testing() add_subdirectory(tests) +# crystfel.pc +configure_file(libcrystfel/crystfel.pc.in crystfel.pc) +install(FILES ${CMAKE_BINARY_DIR}/crystfel.pc + DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig) + # API docs find_package(GtkDoc 1.25) if (GTKDOC_FOUND) -- cgit v1.2.3