diff options
Diffstat (limited to 'plugins/dwarf')
| -rw-r--r-- | plugins/dwarf/dwarf_export/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | plugins/dwarf/dwarf_import/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dwarf/dwarf_export/CMakeLists.txt b/plugins/dwarf/dwarf_export/CMakeLists.txt index 79a3d915..2e8f15d4 100644 --- a/plugins/dwarf/dwarf_export/CMakeLists.txt +++ b/plugins/dwarf/dwarf_export/CMakeLists.txt @@ -8,7 +8,7 @@ file(GLOB PLUGIN_SOURCES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/../shared/Cargo.toml ${PROJECT_SOURCE_DIR}/../shared/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 diff --git a/plugins/dwarf/dwarf_import/CMakeLists.txt b/plugins/dwarf/dwarf_import/CMakeLists.txt index 44f0659f..0126a7a8 100644 --- a/plugins/dwarf/dwarf_import/CMakeLists.txt +++ b/plugins/dwarf/dwarf_import/CMakeLists.txt @@ -8,7 +8,7 @@ file(GLOB PLUGIN_SOURCES CONFIGURE_DEPENDS ${PROJECT_SOURCE_DIR}/../shared/Cargo.toml ${PROJECT_SOURCE_DIR}/../shared/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 |
