summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2025-07-30 17:41:52 -0400
committerGlenn Smith <glenn@vector35.com>2025-08-01 21:37:38 -0400
commit2060680204071270772751237542247038184451 (patch)
tree964082345369d7636faf370c5c35dd065850bd8b /examples/CMakeLists.txt
parentbe8c0c03e5d784ff7d2909d120cda6566ac2cea6 (diff)
Add unflatten workflow example C++ port
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 69f8064e..57355026 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -4,6 +4,7 @@ add_subdirectory(breakpoint)
add_subdirectory(x86_extension)
add_subdirectory(workflows/inliner)
add_subdirectory(workflows/tailcall)
+add_subdirectory(workflows/unflatten)
# Personal+ UI plugins (headless UI binaries is a weird concept but I guess technically possible)
if(NOT HEADLESS)