From 61cc30c47561068276071d07f43825005a7a432c Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Wed, 17 Mar 2021 01:32:24 -0500 Subject: [PATCH] [nostalgia/core/userland] Add OxClaw as dependency --- src/nostalgia/core/sdl/CMakeLists.txt | 3 --- src/nostalgia/core/userland/CMakeLists.txt | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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