Fix build CI, update major version

This commit is contained in:
acidicoala
2025-10-03 23:12:32 +05:00
parent 046df29a6b
commit 99564ae4b7
3 changed files with 3 additions and 6 deletions

View File

@@ -1,11 +1,8 @@
cmake_minimum_required(VERSION 3.24)
project(SmokeAPI VERSION 3.1.6)
project(SmokeAPI VERSION 4.0.0)
include(KoalaBox/cmake/KoalaBox.cmake)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
add_definitions(-DKB_DEBUG)
endif()
add_subdirectory(KoalaBox)
add_subdirectory(tools)