Commit d676c5b3 by Matt Clarkson

Libraries are treated as runtime objects on Windows

When the library is created as a *.dll on Windows it is treated like a runtime object so we must proivde the destination for the runtime objects in our install command
parent 66747446
...@@ -42,6 +42,7 @@ install( ...@@ -42,6 +42,7 @@ install(
TARGETS benchmark TARGETS benchmark
ARCHIVE DESTINATION lib ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
COMPONENT library) COMPONENT library)
install( install(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment