build: re-organise assembly build files

This commit is contained in:
2026-05-03 17:05:48 +01:00
parent f4469c9eb0
commit 87270b686c
16 changed files with 42 additions and 61 deletions
+7
View File
@@ -0,0 +1,7 @@
add_fx_assembly(
NAME fx.cmdline
NAMESPACES fx.cmdline
DEPENDENCIES
fx.runtime
fx.collections
fx.term)