diff --git a/bshell.runtime/CMakeLists.txt b/bshell.runtime/CMakeLists.txt index eeb035f..9540fa0 100644 --- a/bshell.runtime/CMakeLists.txt +++ b/bshell.runtime/CMakeLists.txt @@ -15,7 +15,7 @@ endforeach (d) add_library(bshell.runtime SHARED ${sources}) -target_link_libraries(bshell.runtime FX::Runtime FX::Collections) +target_link_libraries(bshell.runtime FX::Runtime FX::Collections FX::Io FX::Diagnostics) if (bshell_interactive) target_link_libraries(bshell.runtime FX::Term)