diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-10-20 13:19:09 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-10-21 13:52:40 -0400 |
| commit | f080d1cd1c11ddf2476fa9d9f113dd45ee2a5e45 (patch) | |
| tree | 44934687ab61bd7f6ea25869b39c62ac5332b964 /examples/CMakeLists.txt | |
| parent | c99c4f47ff9a86ea700005d55d435c1dacb2c764 (diff) | |
Add C++ encoded strings example
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 57355026..3e1bedce 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,7 @@ # Personal+ edition (free edition doesn't get plugins due to no API access) add_subdirectory(background_task) add_subdirectory(breakpoint) +add_subdirectory(encoded_strings) add_subdirectory(x86_extension) add_subdirectory(workflows/inliner) add_subdirectory(workflows/tailcall) |
