I\'m new to Eclipse-CDT, setting up a new project for the first time. I\'m trying to reference Boost without hardcoding an absolute path.
I\'ve put boost in
I am using Eclipse Luna and found the accepted answer to be no longer accurate. After a bit of head scratching, it seems that a couple of changes have happened in the past few years (at least, this is what happened on my system):
-I
or other relevant switchFor this to work, therefore, I had to enter ${ProjDirPath}/../whatever
as a non workspace-relative path, and the variable is not expanded until compile time.