progfiles.cmake 407 B

123456789101112131415
  1. # find . -name "*.cpp" -ipath "*/progs/*" > progfiles.cmake.t
  2. set(nice_semseg_PROGFILES_SRC
  3. ./progs/testActiveSemanticSegmentation.cpp
  4. ./progs/testNICE.cpp
  5. ./progs/testClassifierGMM.cpp
  6. ./progs/testRF.cpp
  7. ./progs/testActiveSemanticSegmentationBinary.cpp
  8. ./progs/testClassifier.cpp
  9. ./progs/testSemanticSegmentation.cpp
  10. ./progs/classtest.cpp
  11. ./progs/getRelevantClasses.cpp
  12. )
  13. set(nice_semseg_PROGFILES_HDR
  14. )