From 4441b96139497cdae89c1da570a922988be74b25 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sun, 22 Oct 2023 09:22:03 -0700 Subject: [PATCH] How.... --- Runtime/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/CMakeLists.txt b/Runtime/CMakeLists.txt index 02dedca35..eb1e3e069 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 aurora::aurora + imgui_support ${DISCORD_RPC_LIBRARY} ${ZLIB_LIBRARIES} )