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:
Matt Clarkson 2015-04-01 10:57:08 +01:00
parent 6674744639
commit d676c5b375

View File

@ -42,6 +42,7 @@ install(
TARGETS benchmark
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
COMPONENT library)
install(