diff --git a/src/nostalgia/core/sdl/CMakeLists.txt b/src/nostalgia/core/sdl/CMakeLists.txt index c235ddd4..562922e9 100644 --- a/src/nostalgia/core/sdl/CMakeLists.txt +++ b/src/nostalgia/core/sdl/CMakeLists.txt @@ -10,9 +10,6 @@ target_link_libraries( NostalgiaCore-SDL PUBLIC SDL2::SDL2main SDL2::SDL2-static - OxClaw - OxFS - OxStd NostalgiaCore-Userspace ) diff --git a/src/nostalgia/core/userland/CMakeLists.txt b/src/nostalgia/core/userland/CMakeLists.txt index 443fa47b..f1d628d7 100644 --- a/src/nostalgia/core/userland/CMakeLists.txt +++ b/src/nostalgia/core/userland/CMakeLists.txt @@ -18,6 +18,7 @@ endif() target_link_libraries( NostalgiaCore-Userspace PUBLIC + OxClaw OxFS OxStd NostalgiaCore