mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[libunibreak] add missing source files and headers to the package (#5371)
This commit is contained in:
parent
84a6baab26
commit
6e687c3a92
@ -5,6 +5,7 @@ project(libunibreak)
|
||||
set(libunibreak_srcs
|
||||
src/linebreakdata.c
|
||||
src/linebreakdef.c
|
||||
src/linebreak.c
|
||||
src/wordbreak.c
|
||||
src/graphemebreak.c
|
||||
src/unibreakbase.c
|
||||
@ -30,6 +31,8 @@ if(NOT DISABLE_INSTALL_HEADERS)
|
||||
src/linebreakdef.h
|
||||
src/wordbreak.h
|
||||
src/wordbreakdef.h
|
||||
src/unibreakbase.h
|
||||
src/unibreakdef.h
|
||||
DESTINATION include
|
||||
)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user