mirror of https://github.com/google/benchmark.git
Merge pull request #113 from mattyclarkson/install-fix
Libraries are treated as runtime objects on Windows
This commit is contained in:
commit
738bd82b35
|
@ -42,6 +42,7 @@ install(
|
|||
TARGETS benchmark
|
||||
ARCHIVE DESTINATION lib
|
||||
LIBRARY DESTINATION lib
|
||||
RUNTIME DESTINATION bin
|
||||
COMPONENT library)
|
||||
|
||||
install(
|
||||
|
|
Loading…
Reference in New Issue