From c5ec3738d84cb9742b24d1e6b1a1e7935facd0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 2 Dec 2021 12:58:26 +0100 Subject: Blenloader: move ghost include path from INC to TEST_INC The Ghost dependency was added to avoid a memory leak (rBc7a1e115b507), but since that's only for the unit tests, it's better to add the path to `TEST_INC`. --- source/blender/blenloader/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt index b3df5c8aa67..05f74bfa834 100644 --- a/source/blender/blenloader/CMakeLists.txt +++ b/source/blender/blenloader/CMakeLists.txt @@ -34,7 +34,6 @@ set(INC ../sequencer ../windowmanager ../../../intern/clog - ../../../intern/ghost ../../../intern/guardedalloc # for writefile.c: dna_type_offsets.h @@ -114,6 +113,7 @@ if(WITH_GTESTS) tests/blendfile_loading_base_test.h ) set(TEST_INC + ../../../intern/ghost ) set(TEST_LIB bf_blenloader -- cgit v1.2.3