summaryrefslogtreecommitdiff
path: root/view/sharedcache/ui
diff options
context:
space:
mode:
authorWeiN76LQh <WeiN76LQh@github.com>2025-02-26 22:18:37 +0000
committerGlenn Smith <glenn@vector35.com>2025-02-26 18:24:14 -0500
commit4608523101738492124069765324141966372229 (patch)
tree4699ba73bd5fd95a767c14a58e18c0c08a910fcd /view/sharedcache/ui
parentf429192d36016efc0941f4a0a422065ef3500226 (diff)
[SharedCache] Add the ability to install the plugin using CMake
Using `-t install` currently doesn't install the plugin into the Binary Ninja user plugin directory. This commit fixes that.
Diffstat (limited to 'view/sharedcache/ui')
-rw-r--r--view/sharedcache/ui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/sharedcache/ui/CMakeLists.txt b/view/sharedcache/ui/CMakeLists.txt
index 88a68375..c8d592c6 100644
--- a/view/sharedcache/ui/CMakeLists.txt
+++ b/view/sharedcache/ui/CMakeLists.txt
@@ -50,6 +50,7 @@ else()
LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out/plugins
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out/plugins
)
+ bn_install_plugin(sharedcacheui)
endif()
set_target_properties(sharedcacheui PROPERTIES