Skip to content
Snippets Groups Projects

Fix FixstarsSGM CMake option

Merged Sebastian Hahta requested to merge enhancement/fixstarssgm-build into master
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,7 +10,6 @@ set(OPERSRC
src/filling.cu
src/disparity/disp2depth.cu
src/disparity/disparity_to_depth.cpp
src/disparity/fixstars_sgm.cpp
src/disparity/bilateral_filter.cpp
src/segmentation.cu
src/segmentation.cpp
@@ -20,6 +19,11 @@ set(OPERSRC
src/antialiasing.cu
)
if (LIBSGM_FOUND)
list(APPEND OPERSRC src/disparity/fixstars_sgm.cpp)
endif (LIBSGM_FOUND)
if (HAVE_OPTFLOW)
list(APPEND OPERSRC
src/nvopticalflow.cpp
Loading