From f080d1cd1c11ddf2476fa9d9f113dd45ee2a5e45 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 20 Oct 2025 13:19:09 -0400 Subject: Add C++ encoded strings example --- 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 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) -- cgit v1.3.1