1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-23 14:13:57 +02:00

Add CMake switch to disable tools

This commit is contained in:
Uwe L. Korn
2014-10-22 12:08:47 +02:00
parent 90dab3c1be
commit 076a806ef1
2 changed files with 4 additions and 1 deletions

View File

@@ -23,7 +23,9 @@ add_subdirectory( viewpages )
add_subdirectory( tomahawk )
# tools
add_subdirectory( tools )
if(BUILD_TOOLS)
add_subdirectory( tools )
endif()
if(WITH_CRASHREPORTER)
add_subdirectory( crashreporter )