Hi.<br><br>I have got four CMake-projects: project1, project2, project3 and project4. Each project is in its own directory and these directories are parallel.<br><br>Project2 is dependent on project1, project3 is dependent on project1 and project2. Project4 is dependent on project1 and project3.<br>
<br>How can I include source files from other projects in projects2, project3 and project4?<br><br><br>Tero M<br>