Skip to content

Commit

Permalink
Add DLLs to CmakeLists.txt (netdata#18590)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoftsm authored Sep 23, 2024
1 parent c51e92b commit 0c9373f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3083,6 +3083,10 @@ if(NOT OS_WINDOWS)
endif()

if(OS_WINDOWS)
install(FILES /usr/bin/msys-protobuf-32.dll
/usr/bin/msys-uv-1.dll
DESTINATION "${BINDIR}")

# Make bash & netdata happy
install(DIRECTORY DESTINATION tmp)

Expand Down

0 comments on commit 0c9373f

Please sign in to comment.