I have some files I need to share with multiple CCS projects. I would like to create a folder in my workspace for these common files and then reference them from the other projects in the same workspace. When I export the projects, I would like to export the shared files as well (may just as a zip file). How can I do this?
Currently, when I create a project, it expects to build something (library or executable). It also binds to an ISA and a tool chain. None of this is appropriate for my needs. I just want a container for arbitrary files (text and binary). I could simply create a folder in my workspace (using explorer) but then the files don't show up in my CCS Project browser.
Thanks
~Ramsey