gui_starter_template icon indicating copy to clipboard operation
gui_starter_template copied to clipboard

Add library groundwork

Open thomasgt opened this issue 4 years ago • 0 comments

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.

thomasgt avatar Apr 03 '20 04:04 thomasgt