mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-24 22:00:39 +00: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
|
set(libunibreak_srcs
|
||||||
src/linebreakdata.c
|
src/linebreakdata.c
|
||||||
src/linebreakdef.c
|
src/linebreakdef.c
|
||||||
|
src/linebreak.c
|
||||||
src/wordbreak.c
|
src/wordbreak.c
|
||||||
src/graphemebreak.c
|
src/graphemebreak.c
|
||||||
src/unibreakbase.c
|
src/unibreakbase.c
|
||||||
@ -30,6 +31,8 @@ if(NOT DISABLE_INSTALL_HEADERS)
|
|||||||
src/linebreakdef.h
|
src/linebreakdef.h
|
||||||
src/wordbreak.h
|
src/wordbreak.h
|
||||||
src/wordbreakdef.h
|
src/wordbreakdef.h
|
||||||
|
src/unibreakbase.h
|
||||||
|
src/unibreakdef.h
|
||||||
DESTINATION include
|
DESTINATION include
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user