aboutsummaryrefslogtreecommitdiff
path: root/ports/magnum
AgeCommit message (Collapse)Author
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-22[magnum][magnum-plugins] Fixed plugins location, static plugins buildsigman
Static libray linkage should work now, including plugins.
2017-06-15[corrade][magnum][magnum-plugins] Updated to upstream, enabled more features ↵sigman
in [magnum] Removed plugin location defines. Fixed tools search path in FindCorrade, FindMagnum cmake modules.
2017-06-13[magnum] Emit plugin binary path to the headersigman78
Drop-in solution for the msbuild users.
2017-06-13[magnum] Patch SDL2 includes, msbuild compatibilitysigman78
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-09[corrade][magnum-plugins][magnum] Use vcpkg_from_github()Robert Schumacher
2017-06-09[Magnum][Corrade] Cleanup and Audio supportsigman
Enabled audio support in magnum by default via openal-soft dependency.
2017-06-08[Magnum] Fix static library buildsigman
Fixes cmake scripts to build a static version of the libraries.
2017-06-07Magnum OpengGL 3d library portsigman
Added ports to support Magnum C++ OpenGL engine http://mosra.cz/blog/magnum.php and its direct dependencies