From e8397e6193452f6e93a19c5aa31d5effaff54f25 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 29 Nov 2010 04:35:56 +0000 Subject: 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. --- intern/memutil/CMakeLists.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'intern/memutil/CMakeLists.txt') diff --git a/intern/memutil/CMakeLists.txt b/intern/memutil/CMakeLists.txt index 10bb6733c93..79a38a75304 100644 --- a/intern/memutil/CMakeLists.txt +++ b/intern/memutil/CMakeLists.txt @@ -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}") -- cgit v1.2.3