testfiles.cmake 238 B

12345678910
  1. #generated by find . -name "*.cpp" -ipath "*tests*" > testfiles.cmake.t
  2. SET(nice_optimization_TESTFILES_SRC
  3. ./tests/TestGradientDescent.cpp
  4. )
  5. SET(nice_optimization_TESTFILES_HDR
  6. ./tests/TestGradientDescent.h
  7. ./tests/MyCostFunction.h
  8. )