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:
authorHans Goudey <h.goudey@me.com>2021-08-27 07:41:41 +0300
committerHans Goudey <h.goudey@me.com>2021-08-27 07:41:41 +0300
commita0f754e7749a485c97718433edbbab5ac76cdc7a (patch)
treed968d66e73be6dbac5997a3f5bb8e33e462c96d3 /source/blender/io/usd/CMakeLists.txt
parent137a5e162c2435662dbb299ff49771e7d2e7598f (diff)
parent523bc981cfeecead5050e7af44bbe252c166d718 (diff)
Merge branch 'master' into refactor-idprop-ui-datarefactor-idprop-ui-data
Diffstat (limited to 'source/blender/io/usd/CMakeLists.txt')
-rw-r--r--source/blender/io/usd/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/io/usd/CMakeLists.txt b/source/blender/io/usd/CMakeLists.txt
index 5499fe36898..12015bf1698 100644
--- a/source/blender/io/usd/CMakeLists.txt
+++ b/source/blender/io/usd/CMakeLists.txt
@@ -77,8 +77,8 @@ set(SRC
intern/usd_reader_nurbs.cc
intern/usd_reader_prim.cc
intern/usd_reader_stage.cc
- intern/usd_reader_xform.cc
intern/usd_reader_volume.cc
+ intern/usd_reader_xform.cc
usd.h
@@ -102,8 +102,8 @@ set(SRC
intern/usd_reader_nurbs.h
intern/usd_reader_prim.h
intern/usd_reader_stage.h
- intern/usd_reader_xform.h
intern/usd_reader_volume.h
+ intern/usd_reader_xform.h
)
set(LIB