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/editors/asset/CMakeLists.txt')
-rw-r--r--source/blender/editors/asset/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/asset/CMakeLists.txt b/source/blender/editors/asset/CMakeLists.txt
index 9017f136319..b9ef8e82bba 100644
--- a/source/blender/editors/asset/CMakeLists.txt
+++ b/source/blender/editors/asset/CMakeLists.txt
@@ -40,6 +40,7 @@ set(SRC
intern/asset_mark_clear.cc
intern/asset_ops.cc
intern/asset_temp_id_consumer.cc
+ intern/asset_type.cc
ED_asset_catalog.h
ED_asset_catalog.hh
@@ -50,6 +51,7 @@ set(SRC
ED_asset_list.hh
ED_asset_mark_clear.h
ED_asset_temp_id_consumer.h
+ ED_asset_type.h
intern/asset_library_reference.hh
)