Languages

Menu
Sites
Language
adding external C++ code

Hi

Is there possible to add external C++ project which uses absolute path to files in Tizen native project?

 

I got in all project inludes with absolute path like #include <externalproject/header.h>

So I have to show compiler or rather linker where can find folder named externalproject/

How to make compiler to add these files? How to configure settings in such project?

 

Thanks for any hint.

regards,

slaw

 

 

Responses

2 Replies
Alex Ashirov

Hi,

To add include paths:

  1. In the Properties window, select C/C++ General > Paths and Symbols or C/C++ Build > Settings > C++ Compiler > Includes.

  2. Select a build configuration and add include paths.

Slawek Kowalski

Thanks. It works. Must add path to source code yet.