Aggiunta Collections per ridurre dimensione main

This commit is contained in:
2026-06-08 11:31:21 +02:00
parent 945a85cacf
commit 10d7c806ec
71 changed files with 94 additions and 16546 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ target_compile_options(common INTERFACE
set(METHODS_PATH "./src/*/methods/*.cpp")
set(VERSION "V5")
set(VERSION "V6")
file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}")
add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} )