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(METHODS_PATH "./src/*/methods/*.cpp")
set(VERSION "V6") set(VERSION "V7")
file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}") file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}")
add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} ) add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} )
+1 -1
View File
@@ -49,4 +49,4 @@ Per spostare l'intera scena si tiene premuto il tasto centrale del mouse.
# Per lanciare: # Per lanciare:
./build/bin/mainV6 ./build/bin/mainV7