Modifica nome eseguibile

This commit is contained in:
2026-06-19 23:44:35 +02:00
parent fa6d6cf76e
commit a2eee90e10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ target_compile_options(common INTERFACE
set(METHODS_PATH "./src/*/methods/*.cpp")
set(VERSION "V6")
set(VERSION "V7")
file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}")
add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} )