Age | Commit message (Collapse) | Author |
|
|
|
|
|
This enables a platform to set specific search config criteria for use with
find_* cmake calls. For platforms like apple/android, we dont ever want system libs,
we only want to search our provided depends path.
|
|
No need for deprecation warnings. we know opengl is deprecated, its not going to change
anything for us having those warnings.
|
|
|
|
Header is generic, and will be used for nswindow based osx app
|
|
Relocate SDLMain to explicit SDL folder
|
|
|
|
|
|
|
|
In the implementation of GLES under Windows found the foolish finding of OpenGL. This seems to exist systematically and makes it a little harder. Then found that "APP_RENDER_SYSTEM" of "KodiConfig.cmake" is not defined correctly (empty defined).
This request fixes this and uses the "platform" folder.
Parts of "Platform.cmake" are also included in PrepareEnv.cmake.
TODO: Refactor on v19 to remove the if/else usage
|
|
|
|
|