Add progress bar support for Linux

This commit is contained in:
GamesTrap
2025-05-07 00:16:16 +02:00
committed by Sam Lantinga
parent e90f7ac4a8
commit 3f2226a917
9 changed files with 215 additions and 0 deletions

View File

@@ -1736,6 +1736,7 @@ elseif(UNIX AND NOT APPLE AND NOT RISCOS AND NOT HAIKU)
sdl_sources(
"${SDL3_SOURCE_DIR}/src/core/linux/SDL_dbus.c"
"${SDL3_SOURCE_DIR}/src/core/linux/SDL_system_theme.c"
"${SDL3_SOURCE_DIR}/src/core/linux/SDL_progressbar.c"
)
endif()