aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Spencer <jon@jonspencer.ca>2019-02-15 14:07:08 -0800
committerCodiferous <44823842+Codiferous@users.noreply.github.com>2019-02-15 14:07:08 -0800
commit6e687c3a921ba91b6e5533a653e4faf97bc978b6 (patch)
tree937129901ca0f7e798d416305be9db6058d4fdae
parent84a6baab2652d3703152c9a687ccb1add0456900 (diff)
downloadvcpkg-6e687c3a921ba91b6e5533a653e4faf97bc978b6.tar.gz
vcpkg-6e687c3a921ba91b6e5533a653e4faf97bc978b6.zip
[libunibreak] add missing source files and headers to the package (#5371)
-rw-r--r--ports/libunibreak/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/libunibreak/CMakeLists.txt b/ports/libunibreak/CMakeLists.txt
index 9ee5437d3..7bbff8f3a 100644
--- a/ports/libunibreak/CMakeLists.txt
+++ b/ports/libunibreak/CMakeLists.txt
@@ -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()