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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-04 16:22:27 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-04 17:39:13 +0300
commitba432299cdd4382130103cf5a84c34693d4a3bdc (patch)
tree8d31ffec1aad8f9216aa1fc7108f494b65f74e7e /source/creator
parent6fb6a08bf84d5d16ebac35527a77bec37112494e (diff)
Move Libmv from extern/ to intern/
Logically it is intern library since being mainly developed by 1.5 blender guys.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 9bbf4d97092..3c79465c940 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -49,7 +49,7 @@ if(WIN32)
endif()
if(WITH_LIBMV)
- blender_include_dirs(../../extern/libmv)
+ blender_include_dirs(../../intern/libmv)
add_definitions(-DWITH_LIBMV)
endif()