/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
- SET( CMAKE_BUILD_TYPE "Release" )
- ADD_DEFINITIONS( /DNOMINMAX )
- ADD_DEFINITIONS( /DWIN32_LEAN_AND_MEAN )
- ADD_DEFINITIONS( -static-libgcc )
- ADD_DEFINITIONS( -DUNICODE )
- SET( QXTWEB_LIBRARIES qxtweb-standalone )
- SET( OS_SPECIFIC_LINK_LIBRARIES
- ${OS_SPECIFIC_LINK_LIBRARIES}
- ${QTSPARKLE_LIBRARIES}
- # third party shipped with tomahawk
- # system libs
- "secur32.dll"
- "crypt32.dll"
- "iphlpapi.a"
- "ws2_32.dll"
- "dnsapi.dll"
- "dsound.dll"
- "winmm.dll"
- "advapi32.dll"
- )