diff options
| -rw-r--r-- | ports/libunibreak/CMakeLists.txt | 3 |
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() |
