Commit 738bd82b by Dominic Hamon

Merge pull request #113 from mattyclarkson/install-fix

Libraries are treated as runtime objects on Windows
parents 66747446 d676c5b3
...@@ -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