diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-09-06 19:14:03 -0400 |
|---|---|---|
| committer | Alexander Taylor <alex@vector35.com> | 2022-10-12 01:40:27 -0400 |
| commit | c398bd1ea423f1f9a4fa9e6e3fcadc9143a99f99 (patch) | |
| tree | 6cd62115acaa6e18d9d136be28cfbd31435a01e2 /examples/CMakeLists.txt | |
| parent | f68aa8ba0145f17a9ad76f59b1885c998f5fffa5 (diff) | |
[Enterprise] C++ api and example
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 3 |
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) |
