AronaImGui/CMakeLists.txt
2024-01-31 14:41:23 +08:00

9 lines
271 B
CMake

cmake_minimum_required(VERSION 3.27)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
add_subdirectory(AronaCore)
add_subdirectory(Arona)