add includes to cmake files

This commit is contained in:
Campbell Barton
2011-02-21 12:18:34 +00:00
parent d9563f5e2b
commit c14aca0e95
3 changed files with 4 additions and 1 deletions

View File

@@ -29,8 +29,8 @@ set(INC .)
set(SRC
./intern/mallocn.c
BLO_sys_types.h
MEM_guardedalloc.h
MEM_sys_types.h
)
if(WIN32 AND NOT UNIX)

View File

@@ -30,6 +30,8 @@ set(INC
set(SRC
mikktspace.c
mikktspace.h
)
blender_add_lib(bf_intern_mikktspace "${SRC}" "${INC}")

View File

@@ -41,6 +41,7 @@ set_source_files_properties(GENSRC PROPERTIES GENERATED true)
set(SRC_RNA_INC
../RNA_access.h
../RNA_define.h
../RNA_documentation.h
../RNA_enum_types.h
../RNA_types.h
)