Hello everyone and thank you in advance for your help !
So here is my problem. As of now, i am using 2 static libraries , one for UI and another one for more backend stuff. Let’s call them lib_A and lib_B.
Today , i would like to make a third library that will make classes that use both lib_A and lib_B. Let’s call it lib_AB.
in addition i would like each of those libraries to be a git submodule. What would be the best way to handle this situation ?
Right now i have lib_A and lib_B working corretly in a software that have them both as dependency and classes that need both libraries are made in that project. I am yet to find a clean way to create lib_AB.
Tanguy LEMARIE is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2