diff options
Diffstat (limited to 'plugins/workflow_objc')
| -rw-r--r-- | plugins/workflow_objc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/workflow_objc/CMakeLists.txt b/plugins/workflow_objc/CMakeLists.txt index 61ba4962..a16a5519 100644 --- a/plugins/workflow_objc/CMakeLists.txt +++ b/plugins/workflow_objc/CMakeLists.txt @@ -28,6 +28,7 @@ set(PLUGIN_SOURCE add_library(workflow_objc SHARED ${PLUGIN_SOURCE}) target_link_libraries(workflow_objc binaryninjaapi) target_compile_features(workflow_objc PRIVATE cxx_std_20 c_std_99) +plugin_rpath(workflow_objc) # Library targets linking against the Binary Ninja API need to be compiled with # position-independent code on Linux. |
