summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r--examples/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 96e13e00..8a831b46 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -11,4 +11,7 @@ if(NOT DEMO)
add_subdirectory(workflows/inliner)
add_subdirectory(workflows/tailcall)
endif()
+if(ENTERPRISE)
+ add_subdirectory(enterprise_test)
+endif()
add_subdirectory(x86_extension)