aboutsummaryrefslogtreecommitdiff
path: root/src/loop/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/loop/CMakeLists.txt')
-rw-r--r--src/loop/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/loop/CMakeLists.txt b/src/loop/CMakeLists.txt
index 5d1e3e2..32b6179 100644
--- a/src/loop/CMakeLists.txt
+++ b/src/loop/CMakeLists.txt
@@ -18,3 +18,5 @@ add_library(loop)
add_subdirectory(src)
target_include_directories(loop PUBLIC include PRIVATE private_include)
target_link_libraries(loop PUBLIC aio PRIVATE bin fs gfx init net)
+
+target_link_libraries(loop PRIVATE kprintf drv_ps1_bios)