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