summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2021-06-29 01:46:59 -0400
committerKyleMiles <krm504@nyu.edu>2021-06-29 01:46:59 -0400
commitf388a25624c5860c45f6e002577a2c283002ce47 (patch)
tree10951264f93b19fcd7e7721b727c325ceb1e3f72
parent2c344cf7a77031021e346fd8649de2b7715b5c45 (diff)
Add Rust CI
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e812c14a..b575f864 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -118,4 +118,5 @@ endfunction()
if(BN_API_BUILD_EXAMPLES)
add_subdirectory(examples)
+ add_subdirectory(rust/examples/basic_script)
endif()