mirror of
https://github.com/google/benchmark.git
synced 2025-03-05 23:00:10 +08:00
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
This commit is contained in:
parent
6674744639
commit
d676c5b375
@ -42,6 +42,7 @@ install(
|
||||
TARGETS benchmark
|
||||
ARCHIVE DESTINATION lib
|
||||
LIBRARY DESTINATION lib
|
||||
RUNTIME DESTINATION bin
|
||||
COMPONENT library)
|
||||
|
||||
install(
|
||||
|
Loading…
Reference in New Issue
Block a user