configuration

This commit is contained in:
Vitor Santos Costa
2018-02-21 13:17:35 +00:00
parent 3e71d171e7
commit ca92d8631b
8 changed files with 29 additions and 319 deletions

View File

@@ -3,17 +3,9 @@ if (WITH_DOCS)
find_host_package(Doxygen)
option(WITH_DOCS "Create and install the HTML based API documentation (requires Doxygen)" ${DOXYGEN_FOUND})
if(NOT DOXYGEN_FOUND)
message(FATAL_ERROR "Doxygen is needed to build the documentation.")
endif()
set (TOP_DIR YES)
set (PACKAGES raptor)
set(DOCS_SOURCE_DIR ${CMAKE_SOURCE_DIR}/docs)
SET (CMAKE_HTML_EXTRA_