Generate exv_conf.h file out of the source tree. Install it in the include folder.

v0.27.3
Luis Díaz Más 8 years ago
parent 4a519c8917
commit a9e3f17f31

@ -67,4 +67,4 @@ return 0;
#####################################################################################
configure_file( config/config.h.cmake ${CMAKE_SOURCE_DIR}/include/exiv2/exv_conf.h @ONLY)
configure_file( config/config.h.cmake ${CMAKE_BINARY_DIR}/exv_conf.h @ONLY)

@ -107,7 +107,7 @@ set( LIBEXIV2_HDR ../include/exiv2/asfvideo.hpp
../include/exiv2/xmp_exiv2.hpp
../include/exiv2/xmpsidecar.hpp
../include/exiv2/utilsvideo.hpp
../include/exiv2/exv_conf.h
${CMAKE_BINARY_DIR}/exv_conf.h
)
# Private headers only needed to build the library

Loading…
Cancel
Save