Caricamento v4

This commit is contained in:
2026-05-31 11:58:56 +02:00
parent 5169bc4096
commit 5da309b43f
13 changed files with 147 additions and 72 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ FetchContent_MakeAvailable(glm)
set(METHODS_PATH "./src/*/methods/*.cpp")
set(VERSION "V3")
set(VERSION "V4")
file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}")
add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} )