Tracking: Cleanup of the bundler script

This commit is contained in:
Sergey Sharybin 2014-09-27 00:50:41 +06:00
parent 640af5c274
commit 84dfec76eb
Notes: blender-bot 2023-02-14 11:28:43 +01:00
Referenced by issue #42016, link render layer with visible bug
Referenced by issue #41877, Texture Paint - Quick Edit - Apply/Apply Camera Image - Version 2.71 and Test Build 2.72
1 changed files with 0 additions and 4 deletions

View File

@ -166,27 +166,23 @@ if(WITH_LIBMV)
list(APPEND SRC
intern/camera_intrinsics.cc
intern/detector.cc
intern/frame_accessor.cc
intern/homography.cc
intern/image.cc
intern/logging.cc
intern/reconstruction.cc
intern/track_region.cc
intern/tracks.cc
intern/tracksN.cc
${sources}
${third_sources}
intern/camera_intrinsics.h
intern/detector.h
intern/frame_accessor.h
intern/homography.h
intern/image.h
intern/logging.h
intern/reconstruction.h
intern/track_region.h
intern/tracks.h
intern/tracksN.h
${headers}
${third_headers}