File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,13 @@ message(STATUS "Building xeus-cpp v${${PROJECT_NAME}_VERSION}")
53
53
option (XEUS_CPP_BUILD_STATIC "Build xeus-cpp static library" ON )
54
54
option (XEUS_CPP_BUILD_SHARED "Split xcpp build into executable and library" ON )
55
55
option (XEUS_CPP_BUILD_EXECUTABLE "Build the xcpp executable" ON )
56
+ option (XEUS_CPP_INCLUDE_DOCS "Build the xeus-cpp documentation" OFF )
56
57
57
58
option (XEUS_CPP_USE_SHARED_XEUS "Link xcpp with the xeus shared library (instead of the static library)" ON )
58
59
option (XEUS_CPP_USE_SHARED_XEUS_CPP "Link xcpp with the xeus shared library (instead of the static library)" ON )
59
60
option (XEUS_CPP_EMSCRIPTEN_WASM_BUILD "Build for wasm with emscripten" OFF )
60
61
62
+
61
63
# Test options
62
64
option (XEUS_CPP_BUILD_TESTS "xeus-cpp test suite" ON )
63
65
option (XEUS_CPP_ENABLE_CODE_COVERAGE "xeus-cpp test suite" OFF )
You can’t perform that action at this time.
0 commit comments