Age | Commit message (Collapse) | Author |
|
CPlatformFreebsd: use app params to set audio backend
|
|
[linux] add --gl-interface=<interface> switch
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
Some linux projects were using a fix library path for install that caused
runtime failures.
As per https://cmake.org/cmake/help/latest/prop_tgt/IMPORTED_NO_SONAME.html
CMake may adjust generated link commands for some platforms to prevent the linker
from using the path to the library in place of its missing
|
|
|
|
|
|
(play, resume, info, target's complete context menu).
|
|
These cmake variables arent used anywhere in the project. So just remove them
|
|
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
|
|
[cmake] Refactor and simplify FindFmt.cmake
|
|
|
|
|
|
[Android] Neon is being enabled by default
|
|
[cmake] FindRapidJSON update to newer module standards
|
|
[webOS] Acb (webOS 4.x) support
|
|
[macos][depends] Add Smctemp to depends
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unify find_* calls for all platforms
Actually allow using/finding GLESv3 headers for darwin_embedded platforms
|
|
|
|
[Cmake] FindASS migrate to TARGET usage
|
|
|
|
[Cmake] assorted updates to search paths and fixes to *_LIBRARIES usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will remove a lot of duplication due to the core_*_dep macros. With TARGET usage
we dont need to append every library to a single variable. TARGETS will handle
deduplication (to a certain point)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|