mirror of https://github.com/mosra/magnum.git
Browse Source
* CMAKE_SHARED_LIBRARY_CXX_FLAGS is empty here, caused CMake errors. * CMake's OBJECT target has a bug that it doesn't define target_EXPORTS as with other library targets, so it's needed to define it manually. It also fixes empty flags issue. * Visibility headers weren't updated for OBJECT targets, they now also catch *Objects_EXPORTS defines.vectorfields
6 changed files with 10 additions and 6 deletions
Loading…
Reference in new issue