Added CMake building for current and future of project

This commit is contained in:
Trianta
2024-03-18 15:15:10 -05:00
parent 637cde0e97
commit e0d93f7bcc
3 changed files with 17 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
add_subdirectory(arff)
+4
View File
@@ -0,0 +1,4 @@
add_executable(arff
./main.cpp
)