diff options
Diffstat (limited to 'view/sharedcache')
| -rw-r--r-- | view/sharedcache/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | view/sharedcache/ui/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/view/sharedcache/CMakeLists.txt b/view/sharedcache/CMakeLists.txt index 8620975c..cd40fa15 100644 --- a/view/sharedcache/CMakeLists.txt +++ b/view/sharedcache/CMakeLists.txt @@ -52,6 +52,7 @@ else() LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out/plugins RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/out/plugins ) + bn_install_plugin(sharedcache) endif() set_target_properties(sharedcache PROPERTIES 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 |
