| Age | Commit message (Collapse) | Author |
|
libs (/Z7)
|
|
Static libray linkage should work now, including plugins.
|
|
in [magnum]
Removed plugin location defines. Fixed tools search path in FindCorrade, FindMagnum cmake modules.
|
|
Drop-in solution for the msbuild users.
|
|
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.
|
|
|
|
Enabled audio support in magnum by default via openal-soft dependency.
|
|
Fixes cmake scripts to build a static version of the libraries.
|
|
Added ports to support Magnum C++ OpenGL engine http://mosra.cz/blog/magnum.php and its direct dependencies
|