Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
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