From dff192e3bd6d5737633a740988c31e4ecba92998 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 22 May 2024 20:06:24 -0400 Subject: Add background task example plugin 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 --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 8a831b46..790815c3 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,3 +1,4 @@ +add_subdirectory(background_task) add_subdirectory(bin-info) add_subdirectory(breakpoint) add_subdirectory(cmdline_disasm) -- cgit v1.3.1