mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-06 05:25:43 -05:00
Fix build CI, update major version
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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" ]'
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
2
KoalaBox
2
KoalaBox
Submodule KoalaBox updated: 42a508efbe...73f2c19439
Reference in New Issue
Block a user