Cleanup: include missing CMake headers

This commit is contained in:
Campbell Barton 2020-01-25 17:17:48 +11:00
parent 497be89f28
commit cdebc8a9f6
5 changed files with 11 additions and 2 deletions

@ -133,9 +133,11 @@ if(WITH_LIBMV)
intern/image.h
intern/logging.h
intern/reconstruction.h
intern/region.h
intern/track_region.h
intern/tracks.h
intern/tracksN.h
intern/utildefines.h
libmv/autotrack/autotrack.h
libmv/autotrack/callbacks.h
libmv/autotrack/frame_accessor.h

@ -174,9 +174,11 @@ ${third_sources}
intern/image.h
intern/logging.h
intern/reconstruction.h
intern/region.h
intern/track_region.h
intern/tracks.h
intern/tracksN.h
intern/utildefines.h
${headers}
${third_headers}

@ -64,6 +64,7 @@ set(SRC
usd.h
intern/abstract_hierarchy_iterator.h
intern/usd_exporter_context.h
intern/usd_hierarchy_iterator.h
intern/usd_writer_abstract.h
intern/usd_writer_camera.h

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