mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:49:06 +08:00
9a751370f3
* [openimageio] Add dependency libheif * [pangolin] Fix link to linux system lib libutil * [libheif] Install extra headers for other ports(oiio)
13 lines
335 B
Diff
13 lines
335 B
Diff
diff --git a/libheif/CMakeLists.txt b/libheif/CMakeLists.txt
|
|
index 6d683ec..dc2c4eb 100644
|
|
--- a/libheif/CMakeLists.txt
|
|
+++ b/libheif/CMakeLists.txt
|
|
@@ -17,6 +17,7 @@ set(libheif_headers
|
|
heif_plugin_registry.h
|
|
heif_limits.h
|
|
heif_plugin.h
|
|
+ heif_cxx.h
|
|
logging.h
|
|
${CMAKE_CURRENT_BINARY_DIR}/heif_version.h
|
|
)
|