Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #145 from valandil/master
Browse files Browse the repository at this point in the history
Fix MINGW build.
  • Loading branch information
Kingcom committed Jul 25, 2018
2 parents 725a6bb + 0b5fdaa commit ba76e42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Expand Up @@ -155,3 +155,8 @@ if(WIN32)
target_link_libraries(armips-bin shlwapi)
target_link_libraries(armipstests shlwapi)
endif(WIN32)

if(MINGW)
target_link_libraries(armips-bin -lstdc++)
target_link_libraries(armipstests -lstdc++)
endif(MINGW)

0 comments on commit ba76e42

Please sign in to comment.