mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +02:00
Few minor fixes/improvements for Windows installer
This commit is contained in:
6
thirdparty/breakpad/CMakeLists.txt
vendored
6
thirdparty/breakpad/CMakeLists.txt
vendored
@@ -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 )
|
||||
|
Reference in New Issue
Block a user