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:
authorJulian Eisel <julian@blender.org>2021-07-19 19:26:10 +0300
committerJulian Eisel <julian@blender.org>2021-07-19 19:28:27 +0300
commit582c5530b6205e0cb98595733d86043a6672cd91 (patch)
treef29f390ac4c39a10cde6d6f54157b94ad8d8d600 /source/blender/editors/asset/CMakeLists.txt
parentebe32e01e197070bb0215868e9ac7d858864de6c (diff)
Cleanup: Move asset library reference C++ wrapper to own files
Although currently only the asset list code uses the asset library reference wrapper, it can stand on its own and may be used in more places in the future. So I prefer to give it its own source & header file. Also removed unused includes, added proper namespaces as per our C++ style guidelines, and removed an unnecessary TODO comment.
Diffstat (limited to 'source/blender/editors/asset/CMakeLists.txt')
-rw-r--r--source/blender/editors/asset/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/asset/CMakeLists.txt b/source/blender/editors/asset/CMakeLists.txt
index a27975bc37b..fb727e686fc 100644
--- a/source/blender/editors/asset/CMakeLists.txt
+++ b/source/blender/editors/asset/CMakeLists.txt
@@ -34,6 +34,9 @@ set(SRC
asset_list.cc
asset_ops.cc
asset_temp_id_consumer.cc
+ intern/asset_library_reference.cc
+
+ intern/asset_library_reference.hh
)
set(LIB