Commit Inicial

This commit is contained in:
2024-05-21 12:44:33 +02:00
commit 40ac38011a
20 changed files with 12880 additions and 0 deletions

4
config/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
configure_file(
"config.h.in"
"${CMAKE_BINARY_DIR}/configured_files/include/arffFiles_config.h" ESCAPE_QUOTES
)