反射代码生成
#2800
Replies: 1 comment
-
参考 luajit 包,就是先 build host target,然后再用它生成代码编译。 另外 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
你在什么场景下需要该功能?
Project A 编译前需要先编译 Project B 项目
然后再利用 B 生成 A需要的反射文件(CPP)
最后再编译 Project A
描述可能的解决方案
xmake 目前不知道怎么处理,有一点类似于qt moc 一样的功能,只不过这工具是自己开发的
描述你认为的候选方案
No response
其他信息
No response
Beta Was this translation helpful? Give feedback.
All reactions