In a C ++ project, I would like to include header files as descendants of the project’s source directory without using UNIX directory shortcuts. or ... I'm not sure how to configure cmake to work with this.
I have a directory structure:
Root |-include | |- foo.h |-src | | foo.cpp
source share