diff options
Diffstat (limited to 'plugins/idb_import')
| -rw-r--r-- | plugins/idb_import/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/idb_import/CMakeLists.txt b/plugins/idb_import/CMakeLists.txt index 6a6104d9..4cd52784 100644 --- a/plugins/idb_import/CMakeLists.txt +++ b/plugins/idb_import/CMakeLists.txt @@ -6,13 +6,13 @@ file(GLOB_RECURSE PLUGIN_SOURCES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/Cargo.toml ${PROJECT_SOURCE_DIR}/src/*.rs) -file(GLOB_RECURSE API_SOURCES CONFIGURE_DEPENDS +file(GLOB API_SOURCES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/../../binaryninjacore.h ${PROJECT_SOURCE_DIR}/../../rust/binaryninjacore-sys/build.rs ${PROJECT_SOURCE_DIR}/../../rust/binaryninjacore-sys/Cargo.toml ${PROJECT_SOURCE_DIR}/../../rust/binaryninjacore-sys/src/* ${PROJECT_SOURCE_DIR}/../../rust/Cargo.toml - ${PROJECT_SOURCE_DIR}/../../rust/src/*.rs) + ${PROJECT_SOURCE_DIR}/../../rust/src/*/*.rs) if(CMAKE_BUILD_TYPE MATCHES Debug) set(TARGET_DIR ${PROJECT_BINARY_DIR}/target/debug) |
