summaryrefslogtreecommitdiff
path: root/examples/background_task/CMakeLists.txt
AgeCommit message (Collapse)Author
2025-06-25Update CXX_STANDARD to 20.Alexander Taylor
Also update minimum CMake version.
2024-05-23Fix building background_task example plugin on headlessMason Reed
2024-05-22Add background task example pluginMason Reed
Clarify BackgroundTask functionality (skip-note, skip-ci) Providing clear documentation so it is understood that background tasks do not manage the execution of said the task. Add background_task plugin to examples section