Skip to content

Commit

Permalink
Add minimal MinGW libs to the Windows distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemag committed Sep 20, 2014
1 parent eaec983 commit af48d97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cli/CMakeLists.txt
Expand Up @@ -34,3 +34,7 @@ if(APPLE)
endif(APPLE)

install(TARGETS MonkeyCAM DESTINATION bin)
if(MINGW)
install(FILES "/mingw/bin/libgcc_s_dw2-1.dll" DESTINATION bin)
install(FILES "/mingw/bin/libstdc++-6.dll" DESTINATION bin)
endif(MINGW)

0 comments on commit af48d97

Please sign in to comment.