cmake: link to fx.diagnostics and fx.io

This commit is contained in:
2026-06-13 13:36:20 +01:00
parent 8843f2d2a9
commit de5058e045
+1 -1
View File
@@ -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)