From 7fadd4a9ef41f97d516a30ae1c81f678828f466a Mon Sep 17 00:00:00 2001 From: Endert0m Date: Tue, 23 Jun 2026 13:11:25 +0200 Subject: [PATCH] Modifica versione in cmakelists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3d90dc..cf29f88 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ target_compile_options(common INTERFACE set(METHODS_PATH "./src/*/methods/*.cpp") -set(VERSION "V10") +set(VERSION "V11") file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}") add_executable(main${VERSION} ./src/Main.cpp ${METHODS_SRC} )