From 580c80d7eb3316dff57f437ed4c8c136b41bc104 Mon Sep 17 00:00:00 2001 From: Nanako <469449812@qq.com> Date: Mon, 19 Feb 2024 00:43:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcmake=20warring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AronaCore | 2 +- CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AronaCore b/AronaCore index 423c09e..0be061e 160000 --- a/AronaCore +++ b/AronaCore @@ -1 +1 @@ -Subproject commit 423c09e628faa50734c91610476752742fb6728d +Subproject commit 0be061e3974d6a23bce95adb02f74ccb817fc4f5 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d7dc3d..9697a4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,5 @@ cmake_minimum_required(VERSION 3.27) +project(AronaStudio) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)