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/moto/CMakeLists.txt')
-rw-r--r--intern/moto/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/intern/moto/CMakeLists.txt b/intern/moto/CMakeLists.txt
index 57baa5dfbb3..54d59e4e32d 100644
--- a/intern/moto/CMakeLists.txt
+++ b/intern/moto/CMakeLists.txt
@@ -24,11 +24,11 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC
+set(INC
include
)
-SET(SRC
+set(SRC
intern/MT_Assert.cpp
intern/MT_CmMatrix4x4.cpp
intern/MT_Matrix3x3.cpp
@@ -67,4 +67,4 @@ SET(SRC
include/NM_Scalar.h
)
-BLENDERLIB(bf_intern_moto "${SRC}" "${INC}")
+blenderlib(bf_intern_moto "${SRC}" "${INC}")