include headers in cmake source, added a script to check for consistency, reporting missing headers & C files.
this is important so IDE's using CMake integration always get blender headers. - QtCreator & MSVC for eg, probably others too.
This commit is contained in:
@@ -30,8 +30,17 @@ SET(INC
|
||||
)
|
||||
|
||||
SET(SRC
|
||||
./intern/MEM_CacheLimiterC-Api.cpp
|
||||
./intern/MEM_RefCountedC-Api.cpp
|
||||
intern/MEM_CacheLimiterC-Api.cpp
|
||||
intern/MEM_RefCountedC-Api.cpp
|
||||
|
||||
MEM_Allocator.h
|
||||
MEM_CacheLimiter.h
|
||||
MEM_CacheLimiterC-Api.h
|
||||
MEM_NonCopyable.h
|
||||
MEM_RefCountPtr.h
|
||||
MEM_RefCounted.h
|
||||
MEM_RefCountedC-Api.h
|
||||
MEM_SmartPtr.h
|
||||
)
|
||||
|
||||
BLENDERLIB(bf_intern_memutil "${SRC}" "${INC}")
|
||||
|
Reference in New Issue
Block a user