pothosware / pothos-library

Framework library used by all Pothos projects
www.pothosware.com
4 stars 0 forks source link

init code development environment sanity check #14

Closed guruofquality closed 8 years ago

guruofquality commented 10 years ago

In the Pothos::Init(), confirm the existence of library files and headers (actual hpp files)

guruofquality commented 8 years ago

We don't actually need to do this, its perfectly fine to not have development headers installed. Validating the development environment may be important if the compiler wrapper gets used for just in time stuff. Closing this.