- # find . -name "*.cpp" -ipath "*/progs/*" > progfiles.cmake.t
- set(nice_semseg_PROGFILES_SRC
- ./progs/testActiveSemanticSegmentation.cpp
- ./progs/testNICE.cpp
- ./progs/testClassifierGMM.cpp
- ./progs/testRF.cpp
- ./progs/testActiveSemanticSegmentationBinary.cpp
- ./progs/testClassifier.cpp
- ./progs/testSemanticSegmentation.cpp
- ./progs/classtest.cpp
- ./progs/getRelevantClasses.cpp
- )
- set(nice_semseg_PROGFILES_HDR
- )
|