Preparazione alla versione 0.8

This commit is contained in:
2026-06-20 16:18:48 +02:00
parent 14c143ff56
commit be1678beaf
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(VERSION "V7")
set(VERSION "V8")
file(GLOB_RECURSE METHODS_SRC "${METHODS_PATH}")
add_executable(main${VERSION} ./src/testMain.cpp ${METHODS_SRC} )