summaryrefslogtreecommitdiff
path: root/cmake/nunicode.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/nunicode.cmake')
-rw-r--r--cmake/nunicode.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/nunicode.cmake b/cmake/nunicode.cmake
new file mode 100644
index 0000000000..4a0f4f2c8c
--- /dev/null
+++ b/cmake/nunicode.cmake
@@ -0,0 +1,5 @@
+add_vendor_target(nunicode STATIC)
+
+target_compile_definitions(nunicode
+ PRIVATE "-DNU_BUILD_STATIC"
+)