fx.serial: convert to new assembly build system

This commit is contained in:
2026-05-03 16:48:42 +01:00
parent 3f7ad3ab08
commit 0c53974ac9
7 changed files with 45 additions and 32 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <fx/macros.h>
#include <fx/reflection/assembly.h>
FX_ASSEMBLY_BEGIN()
FX_ASSEMBLY_NAME("fx.serial");
FX_ASSEMBLY_VERSION(1, 0, 0, 0);
FX_ASSEMBLY_END()