cmake : add runtime destination install (#345)

needed for mingw32 build to successfully install the dlls in the correct location
This commit is contained in:
Avik Sengupta 2022-12-31 07:48:00 +00:00 committed by GitHub
parent 68daf6e487
commit a091581eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,6 +223,7 @@ target_compile_definitions(${TARGET} PUBLIC
install(TARGETS ${TARGET} install(TARGETS ${TARGET}
LIBRARY DESTINATION lib LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib/static ARCHIVE DESTINATION lib/static
RUNTIME DESTINATION bin
) )
# #