From 3556fc9c0cf451739df838ad78b5be52a2d482f3 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 9 Jun 2022 13:16:50 -0400 Subject: Remove built-in workflow docs and objectivec example. --- examples/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/CMakeLists.txt') 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) -- cgit v1.3.1