aboutsummaryrefslogtreecommitdiff
path: root/cmake/addons/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-05-09[cmake] addons_to_build better regex/exact match handlingBrent Murphy
Handles regex matching and exact addon matching as separate lists. This allows to only do regex matches when the exact match has not been found, or an actual regex expression was provided Implements an exclusion match regex to exclude an addon/s from building example usage ADDONS_TO_BUILD='game.libretro.* -game.libretro.mrboom peripheral.joystick' game.libretro.mrboom will not build, but game.libretro and game.libretro.2048 will
2020-04-20[cmake] addons support multiple regex arguments for ADDONS_TO_BUILDBrent Murphy
Currently if supplying multiple arguments for ADDONS_TO_BUILD that include a regex eg. ADDONS_TO_BUILD='game.libretro.* peripheral.joystick' The regex will not match or be processed
2020-02-01[cmake][addons] remove kodi platform from dependsAlwin Esch
Allow addon itself to include if needed.
2019-05-19[cmake][addons] add THIRD_PARTY_PATH definitionAlwin Esch
Used for addons where need special folders to store there content (if not set the addon define it byself). e.g. Google Chromium addon where his git bring: "unable to create file" ... "Filename too long" see also WARNING by Windows on: https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart
2019-04-25[cmake] make sure CXX11 is also always set for addonswsnipex
2018-03-18[cmake][addons] make package-<ADDON-ID> multi config awareRechi
2017-11-02[win10] build binary addons for uwpAnton Fedchin
2017-01-29[cmake] don't abort building binary addons if one addon cannot be downloadedRechi
2016-12-21[cmake] Move to root folder: Update pathsh.udo
2016-12-21[cmake] Move to root folder: Move filesh.udo