gui_starter_template
gui_starter_template copied to clipboard
Add library groundwork
There are a few issues I usually stumble through when starting a new library project...
- adding import/export attributes that work across platforms
- exporting targets
- separating public headers vs private headers (ensuring includes are prefixed)
- generating a package config file
It might be good to have the sample test suite link against the sample library to make sure everything is hooked up properly.