Tool/software: Code Composer Studio
Hi,
Does anybody knows how can I add include search path for my project not through ccs. I've copied another project by calling:
eclipsec -noSplash -data "E:\CCS\Workspace" -application com.ti.ccstudio.apps.projectImport -ccs.location "E:\CCS\Template" -ccs.copyIntoWorkspace "true" -ccs.renameTo "Hello" -ccs.overwrite
Now, I'd like to modify this project by adding an extra include search path
I have been trying to find eclipsec command or script to do it but I didn't succeed
BR,
Pawel