From: Steve Gerbino Date: Sun, 25 Sep 2016 18:57:15 +0000 (-0400) Subject: We need to also install the generated configuration files X-Git-Tag: json-c-0.13-20171207~120^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34b4a490b1ef9af9df37fb3ba014bd0a0d9a6ed0;p=thirdparty%2Fjson-c.git We need to also install the generated configuration files --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 82ada75c..34aee29c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,3 +64,4 @@ install(TARGETS json-c ARCHIVE DESTINATION lib) install(DIRECTORY . DESTINATION ${CMAKE_INSTALL_PREFIX}/include FILES_MATCHING PATTERN "*.h") +install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include FILES_MATCHING PATTERN "*.h")