From a2eee90e1012b0d640cadc9afa49907eb9a863f9 Mon Sep 17 00:00:00 2001 From: Endert0m Date: Fri, 19 Jun 2026 23:44:35 +0200 Subject: [PATCH] Modifica nome eseguibile --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 278fa8b..c18d7b7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} ) diff --git a/README.md b/README.md index a93bccb..4add857 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ Per spostare l'intera scena si tiene premuto il tasto centrale del mouse. # Per lanciare: - ./build/bin/mainV6 + ./build/bin/mainV7