set(SOURCES
  descent_policies/cyclic_descent.hpp
  descent_policies/greedy_descent.hpp
  descent_policies/random_descent.hpp
  scd.hpp
  scd_impl.hpp
)

set(DIR_SRCS)
foreach(file ${SOURCES})
  set(DIR_SRCS ${DIR_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/${file})
endforeach()

set(MLPACK_SRCS ${MLPACK_SRCS} ${DIR_SRCS} PARENT_SCOPE)
