summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2022-06-09 13:16:50 -0400
committerBrian Potchik <brian@vector35.com>2022-06-09 13:16:50 -0400
commit3556fc9c0cf451739df838ad78b5be52a2d482f3 (patch)
tree8bf164b850ab1b6a088893fd6a50aa736fa99791 /examples/CMakeLists.txt
parentca75090accb03cbcd07f2a65686f1efcb5416c1f (diff)
Remove built-in workflow docs and objectivec example.
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index de39db62..96e13e00 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -9,7 +9,6 @@ if(NOT HEADLESS)
endif()
if(NOT DEMO)
add_subdirectory(workflows/inliner)
- add_subdirectory(workflows/objectivec)
add_subdirectory(workflows/tailcall)
endif()
add_subdirectory(x86_extension)