forked from Exiv2/exiv2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: Install header files without globbing
Fixes Exiv2#627 Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 0b34ccb)
- Loading branch information
1 parent
6062b1b
commit ed3a0f1
Showing
4 changed files
with
53 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
add_subdirectory(exiv2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters