summaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/CMakeLists.txt b/rust/CMakeLists.txt
index f1e3ddc5..6870b8fc 100644
--- a/rust/CMakeLists.txt
+++ b/rust/CMakeLists.txt
@@ -10,7 +10,7 @@ file(GLOB RUST_API_SOURCES CONFIGURE_DEPENDS
binaryninjacore-sys/Cargo.toml
binaryninjacore-sys/src/*
Cargo.toml
- src/*.rs)
+ src/*/*.rs)
if(CMAKE_BUILD_TYPE MATCHES Debug)
set(CARGO_CHECK_OPTS --workspace)