From 8cba428c0fdf4e99ae86ec15ea9996771fe28579 Mon Sep 17 00:00:00 2001 From: acidicoala <67734819+acidicoala@users.noreply.github.com> Date: Thu, 29 Dec 2022 16:56:38 +0300 Subject: [PATCH] Updated KoalaBox --- .idea/cmake.xml | 9 +++++++++ CMakeLists.txt | 3 +-- KoalaBox | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .idea/cmake.xml diff --git a/.idea/cmake.xml b/.idea/cmake.xml new file mode 100644 index 0000000..e820120 --- /dev/null +++ b/.idea/cmake.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 2eeae5a..f73ecc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.22) +cmake_minimum_required(VERSION 3.24) project(SmokeAPI VERSION 1.0.3) @@ -76,4 +76,3 @@ configure_output_name(${ORIGINAL_DLL}) configure_include_directories() target_link_libraries(SmokeAPI PRIVATE KoalaBox) - diff --git a/KoalaBox b/KoalaBox index 8dcd746..21b8781 160000 --- a/KoalaBox +++ b/KoalaBox @@ -1 +1 @@ -Subproject commit 8dcd746639724d3002493d6604ebf983a31cf060 +Subproject commit 21b87810b7bf799b2cb810b3370f1ca751007208