Guest User

Untitled

a guest
Jan 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if(WIN32)
  2. target_link_libraries(hammerjs ws2_32 winmm)
  3. if(MINGW)
  4. set_target_properties(hammerjs PROPERTIES LINK_FLAGS "-static-libgcc -static-libstdc++")
  5. endif()
  6. endif()
Add Comment
Please, Sign In to add comment