wiggling around with the whole notion of what a renderer does and what not. Added simple wrapper for GLFWmonitor named display
This commit is contained in:
parent
3cc0fde1e1
commit
9773103a18
13 changed files with 252 additions and 148 deletions
|
@ -1,20 +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)
|
||||
# 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)")
|
||||
# message(STATUS "SKIPPING generation of user documentation (mkdocs not found)")
|
||||
# endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue