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:
authorHoward Trickey <howard.trickey@gmail.com>2020-08-21 00:03:51 +0300
committerHoward Trickey <howard.trickey@gmail.com>2020-08-21 00:03:51 +0300
commit3b36e2b7817dee8a800f3c4f4b89b7f64da8155b (patch)
tree62786e141de120bb7765a240ebe7321dfb4007cd /source/blender/blenlib/CMakeLists.txt
parent57c3718447a4b3db92475ecc86a6d793bd839aef (diff)
parentce0bcd5fbf40b44c515773434bc7187b093fdb53 (diff)
Merge branch 'master' into newboolean
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 2ddc15fb894..1ad1ea1a307 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -415,6 +415,8 @@ if(WITH_GTESTS)
tests/BLI_task_test.cc
tests/BLI_vector_set_test.cc
tests/BLI_vector_test.cc
+
+ tests/BLI_exception_safety_test_utils.hh
)
set(TEST_INC
../imbuf