1
0
mirror of https://github.com/ggerganov/whisper.cpp.git synced 2025-05-19 23:51:07 +02:00

cmake : add runtime destination install ()

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
) )
# #