[libunibreak] add missing source files and headers to the package (#5371)

This commit is contained in:
Jon Spencer 2019-02-15 14:07:08 -08:00 committed by Codiferous
parent 84a6baab26
commit 6e687c3a92

View File

@ -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()