runtime: add assembly system to collect and export type definitions

This commit is contained in:
2026-05-03 13:11:22 +01:00
parent 7d78d7d314
commit 7b42a023e4
12 changed files with 445 additions and 35 deletions
+2 -5
View File
@@ -1,5 +1,2 @@
include(../cmake/Templates.cmake)
add_fx_assembly(
NAME fx.collections
DEPENDENCIES fx)
export_fx_namespace_details(
NAME fx.collections)