Skip to content

Commit 9764ec8

Browse files
authored
Add XEUS_CPP_INCLUDE_DOCS option in CMakeLists.txt
1 parent ca8c42e commit 9764ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ message(STATUS "Building xeus-cpp v${${PROJECT_NAME}_VERSION}")
5353
option(XEUS_CPP_BUILD_STATIC "Build xeus-cpp static library" ON)
5454
option(XEUS_CPP_BUILD_SHARED "Split xcpp build into executable and library" ON)
5555
option(XEUS_CPP_BUILD_EXECUTABLE "Build the xcpp executable" ON)
56+
option(XEUS_CPP_INCLUDE_DOCS "Build the xeus-cpp documentation" OFF)
5657

5758
option(XEUS_CPP_USE_SHARED_XEUS "Link xcpp with the xeus shared library (instead of the static library)" ON)
5859
option(XEUS_CPP_USE_SHARED_XEUS_CPP "Link xcpp with the xeus shared library (instead of the static library)" ON)
5960
option(XEUS_CPP_EMSCRIPTEN_WASM_BUILD "Build for wasm with emscripten" OFF)
6061

62+
6163
# Test options
6264
option(XEUS_CPP_BUILD_TESTS "xeus-cpp test suite" ON)
6365
option(XEUS_CPP_ENABLE_CODE_COVERAGE "xeus-cpp test suite" OFF)

0 commit comments

Comments
 (0)