mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-21 05:18:57 +01:00
cmake : add runtime destination install (#345)
needed for mingw32 build to successfully install the dlls in the correct location
This commit is contained in:
parent
68daf6e487
commit
a091581eb3
@ -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
|
||||||
)
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user