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/container/CMakeLists.txt')
-rw-r--r--intern/container/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/intern/container/CMakeLists.txt b/intern/container/CMakeLists.txt
index 9ae684ec542..393883cb148 100644
--- a/intern/container/CMakeLists.txt
+++ b/intern/container/CMakeLists.txt
@@ -24,8 +24,12 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC .)
+SET(INC
+ .
+)
-FILE(GLOB SRC intern/*.cpp)
+SET(SRC
+ intern/CTR_List.cpp
+)
BLENDERLIB(bf_intern_ctr "${SRC}" "${INC}")