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 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 0853ab9d82b..0f0ef926a52 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -683,7 +683,7 @@ endif()
if(WITH_OPENVDB)
list(APPEND INC
- ../../../intern/openvdb
+ ../../../intern/openvdb
)
list(APPEND INC_SYS
${OPENVDB_INCLUDE_DIRS}
@@ -697,10 +697,10 @@ endif()
if(WITH_QUADRIFLOW)
list(APPEND INC
- ../../../intern/quadriflow
+ ../../../intern/quadriflow
)
list(APPEND LIB
- bf_intern_quadriflow
+ bf_intern_quadriflow
)
add_definitions(-DWITH_QUADRIFLOW)
endif()