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:
authorAnkit Meel <ankitjmeel@gmail.com>2021-03-14 15:41:24 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-03-14 15:41:24 +0300
commit448cb5d55b119d8030cfef078952fdca373bb3e8 (patch)
tree1531fb893d7ca1406404efe54aab4235aa943ad4 /intern/guardedalloc
parent85b209e02e07ca0918237b655a94d1214c72deb1 (diff)
CMake/guardedalloc: add header file to TEST_SRC
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/guardedalloc/CMakeLists.txt b/intern/guardedalloc/CMakeLists.txt
index b47565b8ef9..88c6e7ca2c5 100644
--- a/intern/guardedalloc/CMakeLists.txt
+++ b/intern/guardedalloc/CMakeLists.txt
@@ -77,6 +77,7 @@ if(WITH_GTESTS)
set(TEST_SRC
tests/guardedalloc_alignment_test.cc
tests/guardedalloc_overflow_test.cc
+ tests/guardedalloc_test_base.h
)
set(TEST_INC
../../source/blender/blenlib