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.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/intern/memutil/CMakeLists.txt b/intern/memutil/CMakeLists.txt
index dc1cf0e0ebf..567e5d63ff9 100644
--- a/intern/memutil/CMakeLists.txt
+++ b/intern/memutil/CMakeLists.txt
@@ -19,8 +19,8 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- .
- ..
+ .
+ ..
)
set(INC_SYS
@@ -28,14 +28,14 @@ set(INC_SYS
)
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_RefCounted.h
- MEM_RefCountedC-Api.h
+ MEM_Allocator.h
+ MEM_CacheLimiter.h
+ MEM_CacheLimiterC-Api.h
+ MEM_RefCounted.h
+ MEM_RefCountedC-Api.h
)
set(LIB