Age | Commit message (Collapse) | Author |
|
|
|
the FXC program is a build tool, so separate from our lib find modules
|
|
Allow a platform to exclude a dependency from the optional_deps list.
This example includes CEC that isnt used for ios/tvos/android/UWP
|
|
|
|
This brings problems by e.g. https://think-async.com/Asio/ as this
need to define byself.
|
|
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
|
|
|
|
|
|
|
|
|