Add DLLs to CmakeLists.txt (#18590)
thiagoftsm committed
Sep 23, 2024 at 12:07 UTC
0c9373f4d6847dd1b1d394239195a89e7a531902
1 file changed
+4
CMakeLists.txt
+4
@@ -3083,6 +3083,10 @@ if(NOT OS_WINDOWS)
3083
endif()
3084
3085
if(OS_WINDOWS)
3086
+ install(FILES /usr/bin/msys-protobuf-32.dll
3087
+ /usr/bin/msys-uv-1.dll
3088
+ DESTINATION "${BINDIR}")
3089
+
3090
# Make bash & netdata happy
3091
install(DIRECTORY DESTINATION tmp)
3092