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-01-25 09:17:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-25 12:15:35 +0300
commitcdebc8a9f60141bed38a89017167f0e41738ef13 (patch)
treea4e552b30d3adcb96ebd39f0ac018b00c0697b4f /tests/gtests
parent497be89f28c112c173dea9a75a43bdceba7b7cea (diff)
Cleanup: include missing CMake headers
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/blenloader/CMakeLists.txt4
-rw-r--r--tests/gtests/usd/CMakeLists.txt4
2 files changed, 6 insertions, 2 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(
diff --git a/tests/gtests/usd/CMakeLists.txt b/tests/gtests/usd/CMakeLists.txt
index 3850d279b3c..fbf29dc121e 100644
--- a/tests/gtests/usd/CMakeLists.txt
+++ b/tests/gtests/usd/CMakeLists.txt
@@ -76,7 +76,9 @@ set(SRC
if(WITH_BUILDINFO)
- list(APPEND SRC "$<TARGET_OBJECTS:buildinfoobj>")
+ list(APPEND SRC
+ "$<TARGET_OBJECTS:buildinfoobj>"
+ )
endif()
# get_cmake_property(_variableNames VARIABLES)