Tagged Questions
2
votes
3answers
99 views
Using git for plugin development
Similar questions to this have already been asked, although they're not exactly what I'm trying to do.
At first I thought I needed a git submodule, then to set up a superproject and then a sub tree ...
1
vote
1answer
626 views
Another use-case of splitting a git project into several subprojects
I have split my project into several subprojects
But all have a common part (directory with cmake scripts).
Moreover some subproject need to include other subprojects (libraries).
I would prefer to ...