cmake: Install header files without globbing
Fixes #627 Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 0b34ccb9a3b26cd1c5267c6a5c15e9fa1a665adb)v0.27.3
parent
6062b1b803
commit
ed3a0f1341
@ -0,0 +1 @@
|
||||
add_subdirectory(exiv2)
|
@ -0,0 +1,51 @@
|
||||
install(FILES
|
||||
asfvideo.hpp
|
||||
basicio.hpp
|
||||
bigtiffimage.hpp
|
||||
bmpimage.hpp
|
||||
config.h
|
||||
convert.hpp
|
||||
cr2image.hpp
|
||||
crwimage.hpp
|
||||
datasets.hpp
|
||||
easyaccess.hpp
|
||||
epsimage.hpp
|
||||
error.hpp
|
||||
exif.hpp
|
||||
exiv2.hpp
|
||||
futils.hpp
|
||||
gifimage.hpp
|
||||
http.hpp
|
||||
image.hpp
|
||||
ini.hpp
|
||||
iptc.hpp
|
||||
jp2image.hpp
|
||||
jpgimage.hpp
|
||||
matroskavideo.hpp
|
||||
metadatum.hpp
|
||||
mrwimage.hpp
|
||||
orfimage.hpp
|
||||
pgfimage.hpp
|
||||
pngimage.hpp
|
||||
preview.hpp
|
||||
properties.hpp
|
||||
psdimage.hpp
|
||||
quicktimevideo.hpp
|
||||
rafimage.hpp
|
||||
riffvideo.hpp
|
||||
rw2image.hpp
|
||||
rwlock.hpp
|
||||
slice.hpp
|
||||
ssh.hpp
|
||||
tags.hpp
|
||||
tgaimage.hpp
|
||||
tiffimage.hpp
|
||||
types.hpp
|
||||
utilsvideo.hpp
|
||||
value.hpp
|
||||
version.hpp
|
||||
webpimage.hpp
|
||||
xmp_exiv2.hpp
|
||||
xmpsidecar.hpp
|
||||
DESTINATION
|
||||
${CMAKE_INSTALL_INCLUDEDIR}/exiv2)
|
Loading…
Reference in New Issue