toolchain: xpcg: update libfx usage

This commit is contained in:
2026-05-30 10:12:28 +01:00
parent c87e094d7d
commit 87fe2d20ec
13 changed files with 66 additions and 51 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ file(GLOB sources
add_executable(xpcg ${sources})
target_link_libraries(xpcg FX::Core FX::Ds FX::Cmd FX::Io)
target_link_libraries(xpcg FX::Runtime FX::Collections FX::Cmdline FX::Io)