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:
authorBastien Montagne <b.mont29@gmail.com>2020-02-10 19:10:17 +0300
committerBastien Montagne <b.mont29@gmail.com>2020-02-10 19:10:17 +0300
commitf3a3a976b7ddaca77560040e9bea7e9303e4eead (patch)
treebd78ca7013d18afcb6b80872021fb631533c4339 /source/blender/blenkernel/CMakeLists.txt
parentddad044cfe132f6d2367baead8d4bf2ecc68e399 (diff)
Refactor: move `Library`-specific functions into proper `BKE_library` file.
Even though we do not have much of those, this might change in the future, and in any case having specific functions for this ID type in generic `BKE_lib` area was really confusing.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index e2be61269f9..f536b8d94fc 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -140,6 +140,7 @@ set(SRC
intern/lib_override.c
intern/lib_query.c
intern/lib_remap.c
+ intern/library.c
intern/light.c
intern/lightprobe.c
intern/linestyle.c
@@ -303,6 +304,7 @@ set(SRC
BKE_lib_override.h
BKE_lib_query.h
BKE_lib_remap.h
+ BKE_library.h
BKE_light.h
BKE_lightprobe.h
BKE_linestyle.h