Tagged Questions

1
vote
1answer
646 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 ...