Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/memutil/CMakeLists.txt')
-rw-r--r--intern/memutil/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/intern/memutil/CMakeLists.txt b/intern/memutil/CMakeLists.txt
index 3dc725acb50..ebbc53403f4 100644
--- a/intern/memutil/CMakeLists.txt
+++ b/intern/memutil/CMakeLists.txt
@@ -26,7 +26,9 @@
SET(INC . ..)
-FILE(GLOB SRC intern/*.cpp)
+SET(SRC
+ ./intern/MEM_CacheLimiterC-Api.cpp
+ ./intern/MEM_RefCountedC-Api.cpp
+)
BLENDERLIB(bf_intern_memutil "${SRC}" "${INC}")
-#, libtype=['intern', 'player'], priority = [0, 180] )