Cleanup: include missing CMake headers
This commit is contained in:
@@ -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(
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user