mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-16 07:55:58 +00:00
6 lines
146 B
CMake
6 lines
146 B
CMake
set(CMAKE_CXX_STANDARD 11)
|
|
|
|
set(CMAKE_BUILD_TYPE Debug)
|
|
|
|
add_executable(sample sample.cpp ../tests/ArffFiles.cpp ../Metrics.cpp ../CPPFImdlp.cpp)
|