X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=64538f5b338522192f7098fadf60a61acee8d899;hp=050e8a351a1f19b30d54b9c24ba3613d11ae1677;hb=e590fc9c4f01fe3a4147c63e85f7aeaffeec5498;hpb=844c4619ddbbab7d05ed01961f6b5957a3db75c5 diff --git a/CMakeLists.txt b/CMakeLists.txt index 050e8a3..64538f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake") #= User Options #------------------------------------------------------------------------------- -option(DISABLE_WERROR "Build without -Werror" FALSE) +option(DISABLE_WERROR "Build without -Werror" TRUE) option(ENABLE_SIGNALS "Build with UNIX signals" TRUE) option(ENABLE_STACKTRACE "Enable stack trace when crashing" FALSE) option(ENABLE_DECODE "Build with libsigrokdecode" TRUE) @@ -62,6 +62,12 @@ if(NOT CMAKE_BUILD_TYPE) FORCE) endif() +#=============================================================================== +#= Documentation +#------------------------------------------------------------------------------- + +add_subdirectory(manual) + #=============================================================================== #= Dependencies #-------------------------------------------------------------------------------