]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
cmake : add runtime destination install (#345)
authorAvik Sengupta <redacted>
Sat, 31 Dec 2022 07:48:00 +0000 (07:48 +0000)
committerGitHub <redacted>
Sat, 31 Dec 2022 07:48:00 +0000 (09:48 +0200)
needed for mingw32 build to successfully install the dlls in the correct location

CMakeLists.txt

index 60cfd4d932f0ba6a3ffc9426a35a8bfdf86aceb7..49056df07a36a6a17c809f1e509efe352791fb42 100644 (file)
@@ -223,6 +223,7 @@ target_compile_definitions(${TARGET} PUBLIC
 install(TARGETS ${TARGET}
     LIBRARY DESTINATION lib
     ARCHIVE DESTINATION lib/static
+    RUNTIME DESTINATION bin
     )
 
 #