diff options
| -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) |
