修复cmake warring

This commit is contained in:
Nanako 2024-02-19 00:43:12 +08:00
parent d25ce76f57
commit 580c80d7eb
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 423c09e628faa50734c91610476752742fb6728d
Subproject commit 0be061e3974d6a23bce95adb02f74ccb817fc4f5

View File

@ -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)