I am interested in integrating openresty fork into my cpp project, it would be nice to have a cmake toolchain available as my whole project uses cmake features. But I do not have the skill to write such thing.
There is another luajit fork https://github.com/tarantool/luajit that implements full support for cmake and a nice github workflow to track commit status by CI/CD. And it gonvenrs all macro and build config for luajit which seems easy to use.
I am not sure how openresty build luajit internally, maybe it is more benificial for the open source community to have a cmake build on top of make instead of pure make.
@zhuizhuhaomeng
Hi
I am interested in integrating openresty fork into my cpp project, it would be nice to have a cmake toolchain available as my whole project uses cmake features. But I do not have the skill to write such thing.
There is another luajit fork https://github.com/tarantool/luajit that implements full support for cmake and a nice github workflow to track commit status by CI/CD. And it gonvenrs all macro and build config for luajit which seems easy to use.
I am not sure how openresty build luajit internally, maybe it is more benificial for the open source community to have a cmake build on top of make instead of pure make.
Thanks!