Tracking: Cleanup of the bundler script
This commit is contained in:
4
extern/libmv/bundle.sh
vendored
4
extern/libmv/bundle.sh
vendored
@@ -166,27 +166,23 @@ if(WITH_LIBMV)
|
|||||||
list(APPEND SRC
|
list(APPEND SRC
|
||||||
intern/camera_intrinsics.cc
|
intern/camera_intrinsics.cc
|
||||||
intern/detector.cc
|
intern/detector.cc
|
||||||
intern/frame_accessor.cc
|
|
||||||
intern/homography.cc
|
intern/homography.cc
|
||||||
intern/image.cc
|
intern/image.cc
|
||||||
intern/logging.cc
|
intern/logging.cc
|
||||||
intern/reconstruction.cc
|
intern/reconstruction.cc
|
||||||
intern/track_region.cc
|
intern/track_region.cc
|
||||||
intern/tracks.cc
|
intern/tracks.cc
|
||||||
intern/tracksN.cc
|
|
||||||
${sources}
|
${sources}
|
||||||
${third_sources}
|
${third_sources}
|
||||||
|
|
||||||
intern/camera_intrinsics.h
|
intern/camera_intrinsics.h
|
||||||
intern/detector.h
|
intern/detector.h
|
||||||
intern/frame_accessor.h
|
|
||||||
intern/homography.h
|
intern/homography.h
|
||||||
intern/image.h
|
intern/image.h
|
||||||
intern/logging.h
|
intern/logging.h
|
||||||
intern/reconstruction.h
|
intern/reconstruction.h
|
||||||
intern/track_region.h
|
intern/track_region.h
|
||||||
intern/tracks.h
|
intern/tracks.h
|
||||||
intern/tracksN.h
|
|
||||||
${headers}
|
${headers}
|
||||||
|
|
||||||
${third_headers}
|
${third_headers}
|
||||||
|
Reference in New Issue
Block a user