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} )