diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-08 20:47:23 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-09-15 23:14:43 +0200 |
| commit | 20d8f138db4ccac83a89a4339271b0ac12d10e12 (patch) | |
| tree | d15832e2d39b614540fc9b2b87f00e8b2feda147 /src/loop/CMakeLists.txt | |
| parent | b42e218f0d66af002c585a6bb0f586f92a628a40 (diff) | |
WIPsio-115200
Diffstat (limited to 'src/loop/CMakeLists.txt')
| -rw-r--r-- | src/loop/CMakeLists.txt | 2 |
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) |
