diff --git a/CMakeLists.txt b/CMakeLists.txt index c18d7b7..f8a10b8 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ target_compile_options(common INTERFACE set(METHODS_PATH "./src/*/methods/*.cpp") -set(VERSION "V7") +set(VERSION "V8") 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 5375343..217d056 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,4 @@ Per spostare l'intera scena si tiene premuto il tasto centrale del mouse. # Per lanciare: - ./build/bin/mainV7 + ./build/bin/mainV8