X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMakeLists.txt;h=64538f5b338522192f7098fadf60a61acee8d899;hp=380f37a9320cb1567fb5cea95c4fd107f837e73b;hb=f2f536aa7be21d7d9afdfd3363adb1cd037b0dac;hpb=5c3c8c1ef594dfd6acbac68684eba1a315de2dc1 diff --git a/CMakeLists.txt b/CMakeLists.txt index 380f37a9..64538f5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,12 @@ if(NOT CMAKE_BUILD_TYPE) FORCE) endif() +#=============================================================================== +#= Documentation +#------------------------------------------------------------------------------- + +add_subdirectory(manual) + #=============================================================================== #= Dependencies #-------------------------------------------------------------------------------