cmake : add runtime destination install (#345)

needed for mingw32 build to successfully install the dlls in the correct location
pull/350/head
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
1 changed files with 1 additions and 0 deletions

View File

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