From c0377f9e915e9521256b221f6dc382b3f494ebfe Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 6 Jul 2021 20:38:37 -0500 Subject: [PATCH] [nostalgia/core/userland] Add imgui link --- src/nostalgia/core/userland/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nostalgia/core/userland/CMakeLists.txt b/src/nostalgia/core/userland/CMakeLists.txt index 21fc4ae9..74688d02 100644 --- a/src/nostalgia/core/userland/CMakeLists.txt +++ b/src/nostalgia/core/userland/CMakeLists.txt @@ -9,8 +9,11 @@ if(NOT MSVC) target_compile_options(NostalgiaCore-Userspace PRIVATE -Wsign-conversion) endif() +find_package(imgui REQUIRED) + target_link_libraries( NostalgiaCore-Userspace PUBLIC + imgui::imgui OxClaw OxFS OxStd