From: Avik Sengupta Date: Sat, 31 Dec 2022 07:48:00 +0000 (+0000) Subject: cmake : add runtime destination install (#345) X-Git-Tag: upstream/1.7.4~1668 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=a091581eb3a5e2a8b3018b11a57b8c18c103fda6;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp cmake : add runtime destination install (#345) needed for mingw32 build to successfully install the dlls in the correct location --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 60cfd4d9..49056df0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,6 +223,7 @@ target_compile_definitions(${TARGET} PUBLIC install(TARGETS ${TARGET} LIBRARY DESTINATION lib ARCHIVE DESTINATION lib/static + RUNTIME DESTINATION bin ) #