more
This commit is contained in:
parent
495ea995ea
commit
e08c45ec34
|
@ -74,4 +74,10 @@ target_include_directories(api INTERFACE "include/client")
|
|||
# src
|
||||
add_subdirectory(source)
|
||||
|
||||
# docs
|
||||
if(${BUILD_DOCS})
|
||||
execute_process(COMMAND doxygen ${PROJECT_SOURCE_DIR}/docs/Doxyfile)
|
||||
endif(${BUILD_DOCS})
|
||||
|
||||
|
||||
# tests (TODO)
|
||||
|
|
|
@ -35,4 +35,10 @@ option(
|
|||
BUILD_DEPENDENCY_TESTS
|
||||
"If build dependency tests"
|
||||
OFF
|
||||
)
|
||||
|
||||
option(
|
||||
BUILD_DOCS
|
||||
"If use doxygen build documents"
|
||||
ON
|
||||
)
|
Loading…
Reference in New Issue