diff options
| author | Brian Potchik <brian@vector35.com> | 2022-03-04 15:41:46 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-03-04 15:41:46 -0500 |
| commit | 19c48bcbd20f3247bb273829df6a13580bf06e2c (patch) | |
| tree | 8ac138c2cb8b6925ce860ef6dc675e6af0b765ca /examples | |
| parent | 4cee71891ef9cd4d4bb2aa69b960da84c9c0aa6d (diff) | |
Build the workflow examples for the Personal product.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
