diff options
Diffstat (limited to 'cmd/srv9p/CMakeLists.txt')
-rw-r--r-- | cmd/srv9p/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/srv9p/CMakeLists.txt b/cmd/srv9p/CMakeLists.txt index 61bd5c2..52e5171 100644 --- a/cmd/srv9p/CMakeLists.txt +++ b/cmd/srv9p/CMakeLists.txt @@ -18,7 +18,7 @@ target_include_directories(srv9p PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/config) target_link_libraries(srv9p libcr libcr_ipc - libnet + libmisc lib9p ) |