From e42aaba91a62a48efc1351f8682210d07285e62d Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Fri, 3 Mar 2023 12:18:25 -0500 Subject: Add CONFIGURE_DEPENDS to CMakeLists.txt --- 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 40146bf6..c46d9909 100644 --- a/rust/CMakeLists.txt +++ b/rust/CMakeLists.txt @@ -4,7 +4,7 @@ project(rust_api) set(CARGO_API_VERSION stable-2022-12-15) -file(GLOB RUST_API_SOURCES +file(GLOB RUST_API_SOURCES CONFIGURE_DEPENDS ../binaryninjacore.h binaryninjacore-sys/build.rs binaryninjacore-sys/Cargo.toml -- cgit v1.3.1