Hey guys.
I’m looking for a way to easily share C++ components with other projects.
I would like to be able to code/test components in a controlled environment and then make them available for use in other projects. Is there a clean/best practise way to do this?
I don’t really want to go down the road of having to copy and paste header/cpp files and then have to alter all the headers etc.
Thanks for your help
Alan
