From 8309b05e9d1aaeee01fb37a908657ba000872cf9 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Thu, 14 Mar 2024 08:01:46 +0000 Subject: [PATCH] [cmake] Include optionally the docs folder --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 91db46e1..0406617c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -428,3 +428,7 @@ if(EMSCRIPTEN) "$/xcpp.wasm" DESTINATION ${CMAKE_INSTALL_BINDIR}) endif () + +if(XEUS_CPP_INCLUDE_DOCS) + add_subdirectory(docs) +endif()