diff --git a/CMakeLists.txt b/CMakeLists.txt index 60f8c6ea..8978a894 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,8 @@ if (CMAKE_COMPILER_IS_GNUCXX) "-Wall -Wextra -pedantic") endif () +add_subdirectory(doc) + # We compile Google Test ourselves instead of using pre-compiled libraries. # See the Google Test FAQ "Why is it not recommended to install a # pre-compiled copy of Google Test (for example, into /usr/local)?"