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