Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extern/wcwidth')
-rw-r--r--extern/wcwidth/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/extern/wcwidth/CMakeLists.txt b/extern/wcwidth/CMakeLists.txt
index cf8d7d6d15e..724c5ea5d74 100644
--- a/extern/wcwidth/CMakeLists.txt
+++ b/extern/wcwidth/CMakeLists.txt
@@ -33,6 +33,8 @@ set(INC_SYS
set(SRC
wcwidth.c
+
+ wcwidth.h
)
blender_add_lib(extern_wcwidth "${SRC}" "${INC}" "${INC_SYS}")