diff options
| author | Mason Reed <mason@vector35.com> | 2024-05-22 20:06:24 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-05-22 20:22:44 -0400 |
| commit | dff192e3bd6d5737633a740988c31e4ecba92998 (patch) | |
| tree | 39dfd844e8c35c0af37e917f97abeabf568c8d72 /examples/CMakeLists.txt | |
| parent | 331d226464fb043a12eada4f4c752d8ef20c5efb (diff) | |
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
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |
