Commit Graph

9 Commits

Author SHA1 Message Date
Robert Schumacher
47e968937f [magnum] Remove --trace 2017-12-19 10:41:42 -08:00
sigman
bffa100a43 [magnum][magnum-plugins] Fixed plugins location, static plugins build
Static libray linkage should work now, including plugins.
2017-06-22 13:30:08 +03:00
sigman
7b9275f1b3 [corrade][magnum][magnum-plugins] Updated to upstream, enabled more features in [magnum]
Removed plugin location defines. Fixed tools search path in FindCorrade, FindMagnum cmake modules.
2017-06-15 21:48:51 +03:00
sigman78
4167807f09 [magnum] Emit plugin binary path to the header
Drop-in solution for the msbuild users.
2017-06-13 15:20:29 +03:00
sigman78
61dbead6fc [magnum] Patch SDL2 includes, msbuild compatibility
Concerning SDL2 includes and how do they work. It is seems what the common practice is to append 'SDL2' include path to the compiler options and then do plain #include "SDL.h". While it works in cmake based projects it won't pass in msbuild ones. This patch changes #include to 'global' style <SDL2/SDL.h> and solves the problem.
2017-06-13 12:35:54 +03:00
Robert Schumacher
8cbadbffdc [corrade][magnum-plugins][magnum] Use vcpkg_from_github() 2017-06-09 20:38:25 -07:00
sigman
741caef3fb [Magnum][Corrade] Cleanup and Audio support
Enabled audio support in magnum by default via openal-soft dependency.
2017-06-09 15:09:05 +03:00
sigman
f0605ca60a [Magnum] Fix static library build
Fixes cmake scripts to build a static version of the libraries.
2017-06-08 02:48:04 +03:00
sigman
1831ce4bcc Magnum OpengGL 3d library port
Added ports to support Magnum C++ OpenGL engine http://mosra.cz/blog/magnum.php and its direct dependencies
2017-06-07 22:10:27 +03:00