Hello
I want to ask about the best way to organize the project structure for minimization compiling time.
For now, the structure, that I can imagine is consist of parralel compilation of a main project and a testing project. But for proper linking it is necessary to plug the source files into a test project. So they are compiled two times. :(
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello
I want to ask about the best way to organize the project structure for minimization compiling time.
For now, the structure, that I can imagine is consist of parralel compilation of a main project and a testing project. But for proper linking it is necessary to plug the source files into a test project. So they are compiled two times. :(
Thank you.