CMake/guardedalloc: add header file to TEST_SRC

This commit is contained in:
Ankit Meel 2021-03-14 18:11:24 +05:30
parent 85b209e02e
commit 448cb5d55b
1 changed files with 1 additions and 0 deletions

View File

@ -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