mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 06:19:06 +08:00
13 lines
414 B
Diff
13 lines
414 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index c4dc524..bfd15ec 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -431,6 +431,7 @@ endif ()
|
||
|
|
||
|
## Define harfbuzz library
|
||
|
add_library(harfbuzz ${project_sources} ${project_extra_sources} ${project_headers})
|
||
|
+target_include_directories(harfbuzz PUBLIC $<INSTALL_INTERFACE:include/harfbuzz>)
|
||
|
target_link_libraries(harfbuzz ${THIRD_PARTY_LIBS})
|
||
|
|
||
|
|