From f388a25624c5860c45f6e002577a2c283002ce47 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Tue, 29 Jun 2021 01:46:59 -0400 Subject: Add Rust CI --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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() -- cgit v1.3.1