diff options
Diffstat (limited to 'lib9p/CMakeLists.txt')
-rw-r--r-- | lib9p/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/CMakeLists.txt b/lib9p/CMakeLists.txt index 24f9d71..11a58ba 100644 --- a/lib9p/CMakeLists.txt +++ b/lib9p/CMakeLists.txt @@ -12,10 +12,10 @@ target_sources(lib9p INTERFACE srv.c ) target_link_libraries(lib9p INTERFACE - pico_fmt libcr_ipc - libmisc + libfmt libhw_generic + libmisc ) if (ENABLE_TESTS) |