This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: fast way to include inlcude option for project

Part Number: CODECOMPOSER

is there any fast way to include include options for a project. when i work with the ble it has around 15 include option so for my project to keep all the include options it takes time doing one by one. can i do all at a time i.e copy -> paste. is there any way to do it?not by one by one all at a time?

  • Hello,

    I suppose you can manually edit the .cproject file in your project folder. But we prefer you don't manually modify any of the .*project files.

    Another option is to consider a compiler options file. You can copy an paste all the include options to a text (options) file and then just specify the file in the project.

    Thanks

    ki