Cleanup: include missing CMake headers
This commit is contained in:
@@ -133,9 +133,11 @@ if(WITH_LIBMV)
|
|||||||
intern/image.h
|
intern/image.h
|
||||||
intern/logging.h
|
intern/logging.h
|
||||||
intern/reconstruction.h
|
intern/reconstruction.h
|
||||||
|
intern/region.h
|
||||||
intern/track_region.h
|
intern/track_region.h
|
||||||
intern/tracks.h
|
intern/tracks.h
|
||||||
intern/tracksN.h
|
intern/tracksN.h
|
||||||
|
intern/utildefines.h
|
||||||
libmv/autotrack/autotrack.h
|
libmv/autotrack/autotrack.h
|
||||||
libmv/autotrack/callbacks.h
|
libmv/autotrack/callbacks.h
|
||||||
libmv/autotrack/frame_accessor.h
|
libmv/autotrack/frame_accessor.h
|
||||||
|
@@ -174,9 +174,11 @@ ${third_sources}
|
|||||||
intern/image.h
|
intern/image.h
|
||||||
intern/logging.h
|
intern/logging.h
|
||||||
intern/reconstruction.h
|
intern/reconstruction.h
|
||||||
|
intern/region.h
|
||||||
intern/track_region.h
|
intern/track_region.h
|
||||||
intern/tracks.h
|
intern/tracks.h
|
||||||
intern/tracksN.h
|
intern/tracksN.h
|
||||||
|
intern/utildefines.h
|
||||||
${headers}
|
${headers}
|
||||||
|
|
||||||
${third_headers}
|
${third_headers}
|
||||||
|
@@ -64,6 +64,7 @@ set(SRC
|
|||||||
|
|
||||||
usd.h
|
usd.h
|
||||||
intern/abstract_hierarchy_iterator.h
|
intern/abstract_hierarchy_iterator.h
|
||||||
|
intern/usd_exporter_context.h
|
||||||
intern/usd_hierarchy_iterator.h
|
intern/usd_hierarchy_iterator.h
|
||||||
intern/usd_writer_abstract.h
|
intern/usd_writer_abstract.h
|
||||||
intern/usd_writer_camera.h
|
intern/usd_writer_camera.h
|
||||||
|
@@ -76,7 +76,9 @@ set(SRC
|
|||||||
blendfile_load_test.cc
|
blendfile_load_test.cc
|
||||||
)
|
)
|
||||||
if(WITH_BUILDINFO)
|
if(WITH_BUILDINFO)
|
||||||
list(APPEND SRC "$<TARGET_OBJECTS:buildinfoobj>")
|
list(APPEND SRC
|
||||||
|
"$<TARGET_OBJECTS:buildinfoobj>"
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
BLENDER_SRC_GTEST_EX(
|
BLENDER_SRC_GTEST_EX(
|
||||||
|
@@ -76,7 +76,9 @@ set(SRC
|
|||||||
|
|
||||||
|
|
||||||
if(WITH_BUILDINFO)
|
if(WITH_BUILDINFO)
|
||||||
list(APPEND SRC "$<TARGET_OBJECTS:buildinfoobj>")
|
list(APPEND SRC
|
||||||
|
"$<TARGET_OBJECTS:buildinfoobj>"
|
||||||
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# get_cmake_property(_variableNames VARIABLES)
|
# get_cmake_property(_variableNames VARIABLES)
|
||||||
|
Reference in New Issue
Block a user