mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 13:17:34 +02:00
* Also compile Breakpad class on all platforms.
This commit is contained in:
@@ -63,7 +63,7 @@ SET( tomahawkSourcesGui ${tomahawkSourcesGui}
|
|||||||
sourcetree/items/genericpageitems.cpp
|
sourcetree/items/genericpageitems.cpp
|
||||||
sourcetree/items/temporarypageitem.cpp
|
sourcetree/items/temporarypageitem.cpp
|
||||||
|
|
||||||
# breakpad/BreakPad.cpp
|
breakpad/BreakPad.cpp
|
||||||
|
|
||||||
tomahawktrayicon.cpp
|
tomahawktrayicon.cpp
|
||||||
audiocontrols.cpp
|
audiocontrols.cpp
|
||||||
|
@@ -11,10 +11,6 @@ SET( OS_SPECIFIC_LINK_LIBRARIES
|
|||||||
tomahawk_breakpad
|
tomahawk_breakpad
|
||||||
)
|
)
|
||||||
|
|
||||||
SET( tomahawkSources ${tomahawkSources}
|
|
||||||
breakpad/BreakPad.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
IF( APPLE )
|
IF( APPLE )
|
||||||
INCLUDE( "CMakeLists.osx.txt" )
|
INCLUDE( "CMakeLists.osx.txt" )
|
||||||
ENDIF( APPLE )
|
ENDIF( APPLE )
|
||||||
|
Reference in New Issue
Block a user