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:
authorSybren A. Stüvel <sybren@blender.org>2020-05-08 10:52:22 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-05-08 13:19:43 +0300
commit163a48f2035bbb40e6d437c7522f587d690456f6 (patch)
tree80dbf6cdaf686a4fd5e128c73807955e6764f316 /source/blender/io/alembic/CMakeLists.txt
parent298356a9c0befa503a8eea6f168f6cdc5a950ac8 (diff)
Cleanup: Alembic, moved axis conversion functions into their own files
The long-term goal is to move code out of `abc_util.{h,cc}` into either files with better, more concrete names, or simply into the one file where they are used. No functional changes.
Diffstat (limited to 'source/blender/io/alembic/CMakeLists.txt')
-rw-r--r--source/blender/io/alembic/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/io/alembic/CMakeLists.txt b/source/blender/io/alembic/CMakeLists.txt
index cbcdfaf4b77..6de7d327d4e 100644
--- a/source/blender/io/alembic/CMakeLists.txt
+++ b/source/blender/io/alembic/CMakeLists.txt
@@ -41,6 +41,7 @@ set(INC_SYS
)
set(SRC
+ intern/abc_axis_conversion.cc
intern/abc_customdata.cc
intern/abc_exporter.cc
intern/abc_reader_archive.cc
@@ -65,6 +66,7 @@ set(SRC
intern/alembic_capi.cc
ABC_alembic.h
+ intern/abc_axis_conversion.h
intern/abc_customdata.h
intern/abc_exporter.h
intern/abc_reader_archive.h