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

@@ -3,7 +3,7 @@ on: push
jobs:
build:
uses: acidicoala/KoalaBox/.github/workflows/build.yml@aacacb388bcc1ca7549549963d65058b7d9c55d3
uses: acidicoala/KoalaBox/.github/workflows/build.yml@73f2c19439dc5634a23a2811bfda2d12ef29031c
with:
module: '[ "SmokeAPI" ]'
os: '[ "Windows", "Linux" ]'

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)