Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
e41b94dc
Commit
e41b94dc
authored
Aug 02, 2021
by
Stephen
Browse files
Specify library install dir for plugins
parent
b51578d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
buildconfig/CMake/TargetFunctions.cmake
View file @
e41b94dc
...
...
@@ -32,7 +32,10 @@ cmake_parse_arguments (PARSED "${options}" "${oneValueArgs}"
# if its a plugin we don't need to headers or .lib file
# we also don't need to export the cmake targets
if
(
PARSED_PLUGIN_LIB
)
install
(
TARGETS
${
PARSED_TARGETS
}
RUNTIME DESTINATION plugins
)
install
(
TARGETS
${
PARSED_TARGETS
}
RUNTIME DESTINATION plugins
LIBRARY DESTINATION plugins
)
else
()
install
(
DIRECTORY inc/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment