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:
@@ -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 )
|
||||
|
Reference in New Issue
Block a user