mlpack
master
|
Functions | |
cmake_minimum_required (VERSION 2.8) set(SOURCES decision_tree.hpp decision_tree_impl.hpp all_categorical_split.hpp all_categorical_split_impl.hpp best_binary_numeric_split.hpp best_binary_numeric_split_impl.hpp gini_gain.hpp information_gain.hpp) set(DIR_SRCS) foreach(file $ | |
set (DIR_SRCS ${DIR_SRCS}${CMAKE_CURRENT_SOURCE_DIR}/${file}) endforeach() set(MLPACK_SRCS $ | |
cmake_minimum_required | ( | VERSION 2. | 8 | ) |
Definition at line 1 of file CMakeLists.txt.
set | ( | DIR_SRCS ${DIR_SRCS}${CMAKE_CURRENT_SOURCE_DIR}/${file} | ) |
Definition at line 19 of file CMakeLists.txt.
References file().