From 801b4138784a45643a7201b7e54105ea5eb3b6c4 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 13 Aug 2021 18:48:51 -0400 Subject: Workflows early preview. --- examples/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/CMakeLists.txt') 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) -- cgit v1.3.1