Added Doxyfile generation.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent 083380884b
commit b5cd3114af
  1. 9
      CMakeLists.txt
  2. 1681
      docs/Doxyfile.in

@ -166,12 +166,9 @@ install(FILES COPYING.txt readme.html
#--------------------------------------------------------------------
# -- Documentation generation
#--------------------------------------------------------------------
#include("${GLFW_SOURCE_DIR}/documentation.cmake")
#configure_file("${GLFW_SOURCE_DIR}/Doxyfile.in"
# "${GLFW_BINARY_DIR}/Doxyfile"
# IMMEDIATE @ONLY)
#add_doxygen_target("${GLFW_BINARY_DIR}/Doxyfile")
#add_subdirectory(docs)
configure_file("${GLFW_SOURCE_DIR}/docs/Doxyfile.in"
"${GLFW_BINARY_DIR}/docs/Doxyfile"
@ONLY)
#--------------------------------------------------------------------
# Uninstall operation

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save