cmake : add runtime destination install (#345)

needed for mingw32 build to successfully install the dlls in the correct location
pull/350/head
Avik Sengupta 1 year ago committed by GitHub
parent 68daf6e487
commit a091581eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save