summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2020-07-20 16:03:14 -0400
committerRusty Wagner <rusty@vector35.com>2020-07-20 16:03:14 -0400
commitcedb403a431354c708d6f203a000eb9b41594c51 (patch)
tree7fc1d7e7869a109314faff051ab8518bf62f19ac /examples
parente5dbc3299937a1912edbe7ac62cff9972daa0966 (diff)
Fix triage output directory in internal build
Diffstat (limited to 'examples')
-rw-r--r--examples/triage/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/triage/CMakeLists.txt b/examples/triage/CMakeLists.txt
index f3d77fb4..e2c9e563 100644
--- a/examples/triage/CMakeLists.txt
+++ b/examples/triage/CMakeLists.txt
@@ -24,5 +24,6 @@ set_target_properties(triage PROPERTIES
if(BN_INTERNAL_BUILD)
ui_plugin_rpath(triage)
set_target_properties(triage PROPERTIES
- LIBRARY_OUTPUT_DIRECTORY ${BN_CORE_PLUGIN_DIR})
+ LIBRARY_OUTPUT_DIRECTORY ${BN_CORE_PLUGIN_DIR}
+ RUNTIME_OUTPUT_DIRECTORY ${BN_CORE_PLUGIN_DIR})
endif()