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

View File

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