Closed JellevanCampen closed 8 years ago
Explicitely specifying include directories is only required for includes that are not part of the current target. I.e. the Engine target will automatically include its own source directory, and the Game target will automaticallz include its own source directory.
In short: the above lines have been removed.
Verify whether the following lines are explicitely required in the CMakeLists.txt file for the Game project:
Verify whether the following lines are explicitely required in the CMakeLists.txt file for the Engine project:
It is possible that the includes in the actual project directory are available by default without explicitely adding them as an include directory.