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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-18 01:32:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-18 02:24:49 +0300
commitc377cb2db5bf155cdf2e814dab352046001c3044 (patch)
treef5d41bd8635b1a62f4b902130aef717b92afe915 /source/blender/makesrna/intern/CMakeLists.txt
parent485915115490fc04e4eafbaac66f2917fe932020 (diff)
RNA: use clog for logging error messages
Some RNA errors are quite similar, use clog for consistent logging that always includes the file, function and line number - making errors quicker to troubleshoot.
Diffstat (limited to 'source/blender/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 84aeb29e45d..5188ac425bf 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -159,6 +159,7 @@ set(SRC
rna_define.c
${DEFSRC}
${APISRC}
+ ../../../../intern/clog/clog.c
../../../../intern/guardedalloc/intern/mallocn.c
../../../../intern/guardedalloc/intern/mallocn_guarded_impl.c
../../../../intern/guardedalloc/intern/mallocn_lockfree_impl.c
@@ -166,7 +167,7 @@ set(SRC
)
set(INC
-
+ ../../../../intern/clog
)
set(INC_SYS