add includes to cmake files
This commit is contained in:
@@ -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)
|
||||
|
@@ -30,6 +30,8 @@ set(INC
|
||||
|
||||
set(SRC
|
||||
mikktspace.c
|
||||
|
||||
mikktspace.h
|
||||
)
|
||||
|
||||
blender_add_lib(bf_intern_mikktspace "${SRC}" "${INC}")
|
||||
|
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user