wondering how xmake handle third-party libraries and internal module for c project. I think the combination of xmake and clib is a double win :)
xmake
c
xmake can integrate local packages automatically now.
.e.g
add_packagedirs("pkg") target("demo") add_package("sqlite3", "openssl")
You can refer to https://github.com/waruqi/tbox/blob/master/src/tbox/xmake.lua and the packges https://github.com/waruqi/tbox/tree/master/pkg
xmake will suport manage package and dependencies in the next version. and it will be able to patch and compile third-party libraries for the cross-platform automatically. : )
video: https://asciinema.org/a/79998
wondering how
xmake
handle third-party libraries and internal module forc
project. I think the combination ofxmake
and clib is a double win :)xmake can integrate local packages automatically now.
.e.g
You can refer to https://github.com/waruqi/tbox/blob/master/src/tbox/xmake.lua and the packges https://github.com/waruqi/tbox/tree/master/pkg
xmake will suport manage package and dependencies in the next version. and it will be able to patch and compile third-party libraries for the cross-platform automatically. : )
video: https://asciinema.org/a/79998