In a C++ project, I would to include the header files as as descendants of the project's source directory without use of UNIX directory shortcuts . or .. . Im not sure how to configure cmake to work with that.
I have the directory structure:
Root
|-include
| |- foo.h
|-src
| | foo.cpp
See Question&Answers more detail:os