From df8f369847ed4d4bd94a4c358867a4c01287f0af Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Mon, 17 Feb 2025 20:30:51 -0500 Subject: Fix some misc Rust CMakeLists.txt issues GLOB_RECURSE has been cut down a little bit to make configuring times reasonable --- rust/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust') 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) -- cgit v1.3.1