diff options
| -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() |
