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:
authorSybren A. Stüvel <sybren@blender.org>2021-12-02 14:58:26 +0300
committerSybren A. Stüvel <sybren@blender.org>2021-12-02 14:58:45 +0300
commitc5ec3738d84cb9742b24d1e6b1a1e7935facd0ad (patch)
treec3b53b143dda26cadcf6e0eb2722c4c31a685c28
parente1309030603980c6b2f33486adf6ae5c2e4eb965 (diff)
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`.
-rw-r--r--source/blender/blenloader/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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