File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,15 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
66
77add_library (prlearn ${HEADER_FILES} MLearning.cpp SimpleMLearning.cpp RefinementTree.cpp structs.cpp)
88target_include_directories (prlearn PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} )
9+
10+ install (TARGETS prlearn
11+ LIBRARY DESTINATION lib
12+ ARCHIVE DESTINATION lib)
13+ install (FILES MLearning.h
14+ propts.h
15+ QLearning.h
16+ RefinementTree.h
17+ SimpleMLearning.h
18+ SimpleRegressor.h
19+ structs.h
20+ DESTINATION include /prlearn)
Original file line number Diff line number Diff line change 2929#include < vector>
3030#include < map>
3131
32- #include " avg.h"
33- #include " statmc/propts.h"
34-
32+ #include " propts.h"
33+ #include " structs.h"
3534
3635class SimpleRegressor
3736{
You can’t perform that action at this time.
0 commit comments