summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2021-08-13 18:48:51 -0400
committerBrian Potchik <brian@vector35.com>2021-08-13 18:48:51 -0400
commit801b4138784a45643a7201b7e54105ea5eb3b6c4 (patch)
tree02916c8e665e7dbc16958b55abe08ff48372abf2 /examples/CMakeLists.txt
parentac70b362bb4f15b1d1eeced7a44a222f663e695f (diff)
Workflows early preview.
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index d770b60d..4aa55dc8 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -7,4 +7,9 @@ add_subdirectory(print_syscalls)
if(NOT HEADLESS)
add_subdirectory(uinotification)
endif()
+if(NOT DEMO AND NOT PERSONAL)
+ add_subdirectory(workflows/inliner)
+ add_subdirectory(workflows/objectivec)
+ add_subdirectory(workflows/tailcall)
+endif()
add_subdirectory(x86_extension)