cbernardo / libIGES

Implementation of the IGESv5.3 specification
http://cbernardo.github.io/libIGES
GNU Lesser General Public License v2.1
58 stars 18 forks source link

Fix compiler flags, was not really working before #8

Closed nickoe closed 9 years ago

nickoe commented 9 years ago

This makes the buildtype detction actually work and applies the compiler flags accordingly.

Also add the _USE_MATH_DEFINES which is needed with MSVC.