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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 87ac82aaa55..58f05f65bef 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -487,7 +487,7 @@ endif()
if(WITH_CODEC_AVI)
list(APPEND INC
- ../avi
+ ../io/avi
)
add_definitions(-DWITH_AVI)
endif()
@@ -608,7 +608,7 @@ endif()
if(WITH_ALEMBIC)
list(APPEND INC
- ../alembic
+ ../io/alembic
)
add_definitions(-DWITH_ALEMBIC)
endif()