1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

WIP: headless: compiles and links :)

This commit is contained in:
Dominik Schmidt
2011-11-16 14:01:34 +01:00
parent 8731665257
commit 681521e5a5
20 changed files with 188 additions and 87 deletions

View File

@@ -211,4 +211,6 @@ ADD_SUBDIRECTORY( src/libtomahawk )
SET( TOMAHAWK_LIBRARIES tomahawklib )
ADD_SUBDIRECTORY( src )
ADD_SUBDIRECTORY( admin )
ADD_SUBDIRECTORY( src/breakpad/CrashReporter )
IF(BUILD_GUI)
ADD_SUBDIRECTORY( src/breakpad/CrashReporter )
ENDIF()