testfiles.cmake 312 B

123456789101112
  1. #generated by find . -name "*.cpp" -ipath "*/tests/*" > testfiles.cmake.t
  2. SET(nice_gp-hik-core_TESTFILES_SRC
  3. ./tests/TestVectorSorter.cpp
  4. ./tests/TestFeatureMatrixT.cpp
  5. ./tests/TestFastHIK.cpp
  6. )
  7. SET(nice_gp-hik-core_TESTFILES_HDR
  8. ./tests/TestFastHIK.h
  9. ./tests/TestVectorSorter.h
  10. ./tests/TestFeatureMatrixT.h
  11. )