CMake: add missing headers

This commit is contained in:
Campbell Barton
2016-04-12 11:22:30 +10:00
parent d032c5e46c
commit a2db16ba58
2 changed files with 4 additions and 1 deletions

View File

@@ -33,8 +33,10 @@ set(INC_SYS
)
set(SRC
include/cuew.h
src/cuew.c
include/cuew.h
auto/stdlib.h
)
blender_add_lib(extern_cuew "${SRC}" "${INC}" "${INC_SYS}")