diff options
Diffstat (limited to 'core/src/utf8proc/xmake.lua')
| -rw-r--r-- | core/src/utf8proc/xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/src/utf8proc/xmake.lua b/core/src/utf8proc/xmake.lua new file mode 100644 index 000000000..17d84f505 --- /dev/null +++ b/core/src/utf8proc/xmake.lua @@ -0,0 +1,5 @@ +target("utf8proc") + set_kind("static") + add_defines("UTF8PROC_STATIC") + add_includedirs("utf8proc", {public = true}) + add_files("utf8proc/utf8proc.c") |
