inching slowly towards a renderer
This commit is contained in:
parent
4b695ecaf6
commit
c7c7d5af77
28 changed files with 613 additions and 59 deletions
20
share/CMakeLists.txt
Normal file
20
share/CMakeLists.txt
Normal file
|
@ -0,0 +1,20 @@
|
|||
find_package(mkdocs 1.0)
|
||||
|
||||
# if(MKDOCS_FOUND)
|
||||
# configure_file(mkdocs.yml "${CMAKE_CURRENT_BINARY_DIR}/mkdocs.yml" COPYONLY)
|
||||
# set(MKDOCS_FLAGS
|
||||
# --site-dir "${CMAKE_CURRENT_BINARY_DIR}/docs/user/"
|
||||
# --config-file "${CMAKE_CURRENT_BINARY_DIR}/mkdocs.yml"
|
||||
# )
|
||||
# if(DEBUG_MODE)
|
||||
# list(APPEND MKDOCS_FLAGS --clean --verbose)
|
||||
# endif()
|
||||
# add_custom_target(docs-user
|
||||
# ${MKDOCS_EXECUTABLE} build ${MKDOCS_FLAGS}
|
||||
# WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
|
||||
# COMMENT "Generating user documentation"
|
||||
# )
|
||||
# add_dependencies(docs docs-user)
|
||||
# else()
|
||||
# message(STATUS "SKIPPING generation of user documentation (mkdocs not found)")
|
||||
# endif()
|
Loading…
Add table
Add a link
Reference in a new issue