From 19c48bcbd20f3247bb273829df6a13580bf06e2c Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Fri, 4 Mar 2022 15:41:46 -0500 Subject: Build the workflow examples for the Personal product. --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 4aa55dc8..de39db62 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -7,7 +7,7 @@ add_subdirectory(print_syscalls) if(NOT HEADLESS) add_subdirectory(uinotification) endif() -if(NOT DEMO AND NOT PERSONAL) +if(NOT DEMO) add_subdirectory(workflows/inliner) add_subdirectory(workflows/objectivec) add_subdirectory(workflows/tailcall) -- cgit v1.3.1