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:
authorCampbell Barton <ideasman42@gmail.com>2020-09-07 16:10:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-09-07 16:10:17 +0300
commit0e5aa49e1d0edab553a3054b298a8c2f5ecaa16f (patch)
treee21609b1c273be0dd323b733f816d08daa94536d /source/blender/blenloader/CMakeLists.txt
parent870fcb3857ba36986d1d44ab4ac519897f8fb264 (diff)
Cleanup: include missing header files in CMake
Diffstat (limited to 'source/blender/blenloader/CMakeLists.txt')
-rw-r--r--source/blender/blenloader/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenloader/CMakeLists.txt b/source/blender/blenloader/CMakeLists.txt
index f5c7223a37c..992870daeb4 100644
--- a/source/blender/blenloader/CMakeLists.txt
+++ b/source/blender/blenloader/CMakeLists.txt
@@ -103,6 +103,8 @@ if(WITH_GTESTS)
set(TEST_SRC
tests/blendfile_load_test.cc
tests/blendfile_loading_base_test.cc
+
+ tests/blendfile_loading_base_test.h
)
set(TEST_INC
)