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:
Diffstat (limited to 'tests/gtests/blenloader/CMakeLists.txt')
-rw-r--r--tests/gtests/blenloader/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/gtests/blenloader/CMakeLists.txt b/tests/gtests/blenloader/CMakeLists.txt
index f8457e0164b..332abbfb40b 100644
--- a/tests/gtests/blenloader/CMakeLists.txt
+++ b/tests/gtests/blenloader/CMakeLists.txt
@@ -76,7 +76,9 @@ set(SRC
blendfile_load_test.cc
)
if(WITH_BUILDINFO)
- list(APPEND SRC "$<TARGET_OBJECTS:buildinfoobj>")
+ list(APPEND SRC
+ "$<TARGET_OBJECTS:buildinfoobj>"
+ )
endif()
BLENDER_SRC_GTEST_EX(