5 lines
38 B
CMake
5 lines
38 B
CMake
|
add_executable(arff
|
||
|
./main.cpp
|
||
|
)
|
||
|
|