[Bf-blender-cvs] [448cb5d55b1] master: CMake/guardedalloc: add header file to TEST_SRC

Ankit Meel noreply at git.blender.org
Sun Mar 14 13:44:30 CET 2021


Commit: 448cb5d55b119d8030cfef078952fdca373bb3e8
Author: Ankit Meel
Date:   Sun Mar 14 18:11:24 2021 +0530
Branches: master
https://developer.blender.org/rB448cb5d55b119d8030cfef078952fdca373bb3e8

CMake/guardedalloc: add header file to TEST_SRC

===================================================================

M	intern/guardedalloc/CMakeLists.txt

===================================================================

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



More information about the Bf-blender-cvs mailing list