diff options
Diffstat (limited to 'examples/CMakeLists.txt')
-rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 67b3d277..3987fe13 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -51,5 +51,6 @@ else() add_subdirectory(save-load-state) add_subdirectory(simple) add_subdirectory(speculative) + add_subdirectory(sweep-bench) add_subdirectory(tokenize) endif() |