Skip to content

Commit

Permalink
It's the order that matters... (fix HAVE_THUMBBUTTON definition)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Nov 19, 2012
1 parent f0eb142 commit 40b5415
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -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 )

0 comments on commit 40b5415

Please sign in to comment.