Skip to content

Commit f80ca79

Browse files
committed
[cmake] Include optionally the docs folder
1 parent a7b8878 commit f80ca79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,7 @@ if(EMSCRIPTEN)
439439
"$<TARGET_FILE_DIR:xcpp>/xcpp.wasm"
440440
DESTINATION ${CMAKE_INSTALL_BINDIR})
441441
endif ()
442+
443+
if(XEUS_CPP_INCLUDE_DOCS)
444+
add_subdirectory(docs)
445+
endif()

0 commit comments

Comments
 (0)