1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

Few minor fixes/improvements for Windows installer

This commit is contained in:
Dominik Schmidt
2013-06-27 15:32:07 +02:00
committed by Michael Zanetti
parent 6ad4a8ce76
commit cb3889f37e
2 changed files with 3 additions and 9 deletions

View File

@@ -80,9 +80,5 @@ ENDIF(WIN32)
INCLUDE_DIRECTORIES(.)
ADD_DEFINITIONS( -fPIC )
IF(WIN32)
ADD_LIBRARY( tomahawk_breakpad SHARED ${breakpadSources} )
ELSE()
ADD_LIBRARY( tomahawk_breakpad STATIC ${breakpadSources} )
ENDIF()
ADD_LIBRARY( tomahawk_breakpad STATIC ${breakpadSources} )
TARGET_LINK_LIBRARIES( tomahawk_breakpad )