CMake: Add initial support for texinfo docs

This commit is contained in:
Marius Greuel
2022-05-11 23:27:55 +02:00
parent 07ed4746be
commit c633255c01
6 changed files with 270 additions and 0 deletions

View File

@@ -281,6 +281,10 @@ endif()
add_subdirectory(src)
if(BUILD_DOC)
add_subdirectory(src/doc)
endif()
# =====================================
# Configuration
# =====================================