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:
authorKévin Dietrich <kevin.dietrich@mailoo.org>2016-09-09 06:06:06 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2016-09-09 06:06:06 +0300
commit78ea06fea4a74181c25254ed72d50d8a743b6954 (patch)
tree00db1a293c1f2d5b91a2d8e1eab15cbe654b92cc /source/blender/alembic/CMakeLists.txt
parent1558f5b6602ebe8ba31455b1837b2594d5c7f264 (diff)
Alembic, cleanup: split archive opening code in their own classes and
files. Also helps keeping platform specific code in separate from the rest of the code.
Diffstat (limited to 'source/blender/alembic/CMakeLists.txt')
-rw-r--r--source/blender/alembic/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/alembic/CMakeLists.txt b/source/blender/alembic/CMakeLists.txt
index 0b6b2433bd0..6556354b016 100644
--- a/source/blender/alembic/CMakeLists.txt
+++ b/source/blender/alembic/CMakeLists.txt
@@ -48,6 +48,7 @@ if(APPLE OR WIN32)
endif()
set(SRC
+ intern/abc_archive.cc
intern/abc_camera.cc
intern/abc_customdata.cc
intern/abc_curves.cc
@@ -62,6 +63,7 @@ set(SRC
intern/alembic_capi.cc
ABC_alembic.h
+ intern/abc_archive.h
intern/abc_camera.h
intern/abc_customdata.h
intern/abc_curves.h