From 6259f06be6ecd32161e5833a322787b8341438f0 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Fri, 4 Apr 2025 19:20:11 -0700 Subject: [PATCH] Update aurora for library split --- Runtime/CMakeLists.txt | 2 +- extern/aurora | 2 +- imgui/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Runtime/CMakeLists.txt b/Runtime/CMakeLists.txt index 48a6ce7b2..763db5893 100644 --- a/Runtime/CMakeLists.txt +++ b/Runtime/CMakeLists.txt @@ -150,7 +150,7 @@ endfunction() set(RUNTIME_INCLUDES ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}) set(RUNTIME_LIBRARIES zeus nod NESEmulator libjpeg-turbo jbus kabufuda OptickCore - imgui_support aurora::aurora spdlog::spdlog $<$:nowide::nowide> + imgui_support aurora::core aurora::gx aurora::vi spdlog::spdlog $<$:nowide::nowide> ${ZLIB_LIBRARIES} ) diff --git a/extern/aurora b/extern/aurora index 905561b21..d20c467fe 160000 --- a/extern/aurora +++ b/extern/aurora @@ -1 +1 @@ -Subproject commit 905561b2115ba042129553e2667946a745fc507f +Subproject commit d20c467fec8ea6470396ec6ab0dd43615b03b8af diff --git a/imgui/CMakeLists.txt b/imgui/CMakeLists.txt index e6db195ac..6f4a04ab6 100644 --- a/imgui/CMakeLists.txt +++ b/imgui/CMakeLists.txt @@ -4,7 +4,7 @@ add_library(imgui_support NotoMono.cpp MetaforceIcon.cpp ) -target_link_libraries(imgui_support PUBLIC aurora::aurora imgui ${ZLIB_LIBRARIES}) +target_link_libraries(imgui_support PUBLIC aurora::core imgui ${ZLIB_LIBRARIES}) target_include_directories(imgui_support PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) target_include_directories(imgui_support PRIVATE ${CMAKE_SOURCE_DIR})