I'm using cmake
to build my project now and I want to migrate to qbs
in the future. I have some opensource sub-modules from github, which are currently built with cmake
, and are included in my project using cmake
's add_subdirectory
.
I've tried to research but found no alternatives of add_subdirectory
in qbs.
I don't think migrating all sub-modules build system from cmake
to qbs
is a good idea because that means I have to migrate sub of sub-modules or sub of sub of sub-modules as well :)
Any help? Thanks!