mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-09 07:00:29 +00:00
CMake: Install hb-subset-repacker.h
It ought to be installed.
This commit is contained in:
parent
1d86b844df
commit
d112ed40fc
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ endif ()
|
|||
## Define harfbuzz-subset library
|
||||
if (HB_BUILD_SUBSET)
|
||||
add_library(harfbuzz-subset ${subset_project_sources} ${subset_project_headers})
|
||||
list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-subset.h)
|
||||
list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-subset.h ${PROJECT_SOURCE_DIR}/src/hb-subset-repacker.h)
|
||||
add_dependencies(harfbuzz-subset harfbuzz)
|
||||
target_link_libraries(harfbuzz-subset harfbuzz ${THIRD_PARTY_LIBS})
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue