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`.
This commit is contained in:
Sybren A. Stüvel
2021-12-02 12:58:26 +01:00
parent e130903060
commit c5ec3738d8

View File

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