Made docs build (quietly) by default.

This commit is contained in:
Camilla Berglund
2013-03-18 21:31:04 +01:00
parent ebe02f94af
commit fbda6d4f62
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
add_custom_target(docs ${DOXYGEN_EXECUTABLE}
add_custom_target(docs ALL ${DOXYGEN_EXECUTABLE}
WORKING_DIRECTORY ${GLFW_BINARY_DIR}/docs
COMMENT "Generating HTML documentation" VERBATIM)