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,6 +30,12 @@ SET(INC
|
||||
|
||||
SET(SRC
|
||||
intern/CTR_List.cpp
|
||||
|
||||
CTR_List.h
|
||||
CTR_Map.h
|
||||
CTR_TaggedIndex.h
|
||||
CTR_TaggedSetOps.h
|
||||
CTR_UHeap.h
|
||||
)
|
||||
|
||||
BLENDERLIB(bf_intern_ctr "${SRC}" "${INC}")
|
||||
|
Reference in New Issue
Block a user