mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 13:35:46 -04:00
Add regression test runner
This commit is contained in:
@ -25,6 +25,7 @@ if(NOT ANDROID)
|
||||
option(BUILD_NOGUI_FRONTEND "Build the NoGUI frontend" ON)
|
||||
option(BUILD_QT_FRONTEND "Build the Qt frontend" ON)
|
||||
option(BUILD_LIBRETRO_CORE "Build a libretro core" OFF)
|
||||
option(BUILD_REGTEST "Build regression test runner" OFF)
|
||||
option(ENABLE_DISCORD_PRESENCE "Build with Discord Rich Presence support" ON)
|
||||
option(ENABLE_CHEEVOS "Build with RetroAchievements support" ON)
|
||||
option(USE_SDL2 "Link with SDL2 for controller support" ON)
|
||||
|
Reference in New Issue
Block a user