Hi, what is the best practice to reference 3rd party C++ components (e.g. includes, libraries) using relative paths in Eclipse-CDT?
- I'm trying to reference Boost and Google protobuf.
- I've put them each in a folder in my workspace, e.g. /home/user/workspace/boost_1_39_9
- I've added a reference to that folder under build settings in the project properties, BUT eclipse won't let me specify that path as relative to the workspace folder, I have to choose it using filesystem and specify an absolute path
thanks,
- Alex