Caricamento v0.3

This commit is contained in:
2026-05-31 11:06:50 +02:00
parent e50e2987c9
commit 5169bc4096
18 changed files with 208 additions and 62 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ FetchContent_MakeAvailable(glm)
set(METHODS_PATH "./src/*/methods/*.cpp")
set(VERSION "V2")
set(VERSION "V3")
file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}")
add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} )