mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
It's the order that matters... (fix HAVE_THUMBBUTTON definition)
This commit is contained in:
@@ -210,8 +210,9 @@ IF( NOT APPLE )
|
|||||||
SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--no-undefined" )
|
SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--no-undefined" )
|
||||||
ENDIF( NOT APPLE )
|
ENDIF( NOT APPLE )
|
||||||
|
|
||||||
ADD_SUBDIRECTORY( thirdparty )
|
|
||||||
ADD_SUBDIRECTORY( src/libtomahawk )
|
|
||||||
SET( TOMAHAWK_LIBRARIES tomahawklib )
|
SET( TOMAHAWK_LIBRARIES tomahawklib )
|
||||||
|
|
||||||
|
ADD_SUBDIRECTORY( thirdparty )
|
||||||
ADD_SUBDIRECTORY( src )
|
ADD_SUBDIRECTORY( src )
|
||||||
|
ADD_SUBDIRECTORY( src/libtomahawk )
|
||||||
ADD_SUBDIRECTORY( admin )
|
ADD_SUBDIRECTORY( admin )
|
||||||
|
Reference in New Issue
Block a user