mirror of
https://github.com/rmontanana/mdlp.git
synced 2025-08-16 07:55:58 +00:00
7 lines
169 B
CMake
7 lines
169 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
project(main)
|
|
|
|
set(CMAKE_CXX_STANDARD 11)
|
|
|
|
add_executable(sample sample.cpp ../tests/ArffFiles.cpp ../Metrics.cpp ../CPPFImdlp.cpp)
|