/src/CMakeLists.win32.txt

http://github.com/tomahawk-player/tomahawk · Plain Text · 27 lines · 20 code · 7 blank · 0 comment · 0 complexity · c4a6be471a3be9ed9ad9f080fbc3935d MD5 · raw file

  1. SET( CMAKE_BUILD_TYPE "Release" )
  2. ADD_DEFINITIONS( /DNOMINMAX )
  3. ADD_DEFINITIONS( /DWIN32_LEAN_AND_MEAN )
  4. ADD_DEFINITIONS( -static-libgcc )
  5. ADD_DEFINITIONS( -DUNICODE )
  6. SET( QXTWEB_LIBRARIES qxtweb-standalone )
  7. SET( OS_SPECIFIC_LINK_LIBRARIES
  8. ${OS_SPECIFIC_LINK_LIBRARIES}
  9. ${QTSPARKLE_LIBRARIES}
  10. # third party shipped with tomahawk
  11. # system libs
  12. "secur32.dll"
  13. "crypt32.dll"
  14. "iphlpapi.a"
  15. "ws2_32.dll"
  16. "dnsapi.dll"
  17. "dsound.dll"
  18. "winmm.dll"
  19. "advapi32.dll"
  20. )