From e0386472a6ee6d5d0d6c5ab1dc47332dc630cf74 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 22 Oct 2023 09:24:02 -0700 Subject: [PATCH] Revert last commit, because computers suck sometimes --- Runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/CMakeLists.txt b/Runtime/CMakeLists.txt index eb1e3e069..02dedca35 100644 --- a/Runtime/CMakeLists.txt +++ b/Runtime/CMakeLists.txt @@ -154,7 +154,7 @@ if (NOT GEKKO AND NOT NX AND NOT IOS AND NOT TVOS) set(DISCORD_RPC_LIBRARY "discord-rpc") endif() set(RUNTIME_LIBRARIES zeus nod NESEmulator libjpeg-turbo jbus kabufuda logvisor OptickCore - imgui_support + imgui_support aurora::aurora ${DISCORD_RPC_LIBRARY} ${ZLIB_LIBRARIES} )