summaryrefslogtreecommitdiff
path: root/rust/examples/dwarf/dwarf_export
diff options
context:
space:
mode:
Diffstat (limited to 'rust/examples/dwarf/dwarf_export')
-rw-r--r--rust/examples/dwarf/dwarf_export/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/rust/examples/dwarf/dwarf_export/CMakeLists.txt b/rust/examples/dwarf/dwarf_export/CMakeLists.txt
index 7acadcb9..b8187e10 100644
--- a/rust/examples/dwarf/dwarf_export/CMakeLists.txt
+++ b/rust/examples/dwarf/dwarf_export/CMakeLists.txt
@@ -4,7 +4,9 @@ project(dwarf_export)
file(GLOB PLUGIN_SOURCES
${PROJECT_SOURCE_DIR}/Cargo.toml
- ${PROJECT_SOURCE_DIR}/src/*.rs)
+ ${PROJECT_SOURCE_DIR}/src/*.rs
+ ${PROJECT_SOURCE_DIR}/../shared/Cargo.toml
+ ${PROJECT_SOURCE_DIR}/../shared/src/*.rs)
file(GLOB API_SOURCES
${PROJECT_SOURCE_DIR}/../../../binaryninjacore.h