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/decimation/CMakeLists.txt')
-rw-r--r--intern/decimation/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/intern/decimation/CMakeLists.txt b/intern/decimation/CMakeLists.txt
index 7fdf08978a4..77ab6249e7f 100644
--- a/intern/decimation/CMakeLists.txt
+++ b/intern/decimation/CMakeLists.txt
@@ -24,9 +24,13 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC . ../moto/include ../container ../memutil)
+SET(INC
+ .
+ ../container
+ ../memutil
+ ../moto/include
+)
FILE(GLOB SRC intern/*.cpp)
BLENDERLIB(bf_intern_decimate "${SRC}" "${INC}")
-#, libtype=['core','common','player'], priority = [10, 20, 25] )