Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to add code in subdir ?: (3 Items)
   
How to add code in subdir ?  
Hi,

I am new to Momentics.
I create a new project : 
New->Project->QNX->QNX C Project
Type Project Name -> Application
Next -> 
set options -> OK
I Build the project -> OK

Then I add a subdirectory with source files.
When I build the project, subdirectory source files are not compiled.

What must I do to include this subdirectory source files in the build ?

Regards,
Nicolas
Re: How to add code in subdir ?  
Open project properties -> QNX C++ project -> Compiler,
then select category Extra sources path and add the path.

- S.
Re: How to add code in subdir ?  
Thank you for your reply.

Nicolas