summaryrefslogtreecommitdiff
path: root/plugins/efi_resolver
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/efi_resolver')
-rw-r--r--plugins/efi_resolver/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/efi_resolver/CMakeLists.txt b/plugins/efi_resolver/CMakeLists.txt
index 90f30960..684cae6e 100644
--- a/plugins/efi_resolver/CMakeLists.txt
+++ b/plugins/efi_resolver/CMakeLists.txt
@@ -25,6 +25,8 @@ file(
add_library(efi_resolver SHARED ${SOURCE_FILES})
target_link_libraries(efi_resolver binaryninjaapi)
+
+plugin_rpath(efi_resolver)
target_include_directories(${PROJECT_NAME} PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_compile_features(efi_resolver PRIVATE cxx_std_20 c_std_99)