diff options
| author | KyleMiles <krm504@nyu.edu> | 2021-06-29 01:46:59 -0400 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2021-06-29 01:46:59 -0400 |
| commit | f388a25624c5860c45f6e002577a2c283002ce47 (patch) | |
| tree | 10951264f93b19fcd7e7721b727c325ceb1e3f72 /CMakeLists.txt | |
| parent | 2c344cf7a77031021e346fd8649de2b7715b5c45 (diff) | |
Add Rust CI
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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() |
