From ec2d4e2f5c8efbc0985f27f2dc924eb388cfb243 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 16 Jul 2025 16:13:35 -0400 Subject: [Rust] Misc fixes / formatting - Fix cmake clean not cleaning target docs - Fix not prioritizing enterprise remote in collab tests - Some misc formatting - Fix incorrect assert in binary loading --- rust/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/CMakeLists.txt') diff --git a/rust/CMakeLists.txt b/rust/CMakeLists.txt index 3e2dc32f..4bc8f9ad 100644 --- a/rust/CMakeLists.txt +++ b/rust/CMakeLists.txt @@ -35,6 +35,7 @@ add_dependencies(rust_api binaryninjaapi) add_custom_target(rust_docs ALL DEPENDS ${PROJECT_BINARY_DIR}/target/doc) add_dependencies(rust_docs binaryninjaapi rust_api) +set_property(TARGET rust_docs APPEND PROPERTY ADDITIONAL_CLEAN_FILES ${PROJECT_BINARY_DIR}/target/doc) # Get API source directory so we can find BinaryNinjaCore get_target_property(BN_API_SOURCE_DIR binaryninjaapi SOURCE_DIR) -- cgit v1.3.1