From 6abdb7e77af30cc77b6408892db9446d428537e7 Mon Sep 17 00:00:00 2001 From: Luis Diaz Mas Date: Fri, 18 Jan 2019 15:29:35 +0100 Subject: [PATCH] Install new file exiv2lib_compiler_detection.h --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 05e8e0a1..a2b3b3c9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -234,6 +234,7 @@ install(TARGETS exiv2lib EXPORT exiv2Config install(FILES ${CMAKE_BINARY_DIR}/exv_conf.h ${CMAKE_BINARY_DIR}/exiv2lib_export.h + ${CMAKE_BINARY_DIR}/exiv2lib_compiler_detection.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/exiv2) install(EXPORT exiv2Config DESTINATION "share/exiv2/cmake")