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:
authorJacques Lucke <jacques@blender.org>2020-05-14 18:42:54 +0300
committerJacques Lucke <jacques@blender.org>2020-05-14 18:42:54 +0300
commit461fee5328fd4450126c495cb6823c33c0588672 (patch)
tree452d37776da3f64afbfed6a5cbae8c7973a4451f /source/blender/blenlib/CMakeLists.txt
parentea84c12a2bfa125229750c35fdde3a37bc73e286 (diff)
BLI: deduplicate address sanitizer code
Reviewers: brecht, campbellbarton Differential Revision: https://developer.blender.org/D7731
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index ab9b3e19ab9..18d58cdcaf3 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -138,7 +138,7 @@ set(SRC
intern/list_sort_impl.h
-
+ BLI_asan.h
BLI_alloca.h
BLI_allocator.hh
BLI_args.h