From 1fc53406a8e0868cc98b7741fecc5a249e9b1a1c Mon Sep 17 00:00:00 2001 From: Avik Sengupta Date: Fri, 30 Dec 2022 14:10:00 +0000 Subject: [PATCH] Add runtime destination install needed for mingw32 build to successfully install the dlls in the correct location --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60cfd4d..49056df 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 ) #