2022-07-08 04:56 AM
I am working on a code that needs multiple projects to be linked to the main project. Every time I copy the project to a new system, the projects become unlinked and the linking is required. Is it possible to add a relative path so that the projects will be automatically linked when I load them to a new system?
For example:
Project1
Project2
Project3
Project_main
Here, the Project_main is linked to the Project1, Project2 and Project3.
2022-07-11 02:44 AM
Hello there,
Are the different Project1, 2 and 3 actual projects or libraries that you link to the main project?
Assuming that the structure is preserved when moving to the new system it should be possible. You might need to look for build dependencies setup in order to check if any updates have happened in the other projects in order to keep everything in-sync.