yyc12345
ab12268395
- add Doxygen build configuration file template and CMake list file. - add option for building documentation. - the content of documentation should be filled in future.
7 lines
143 B
CMake
7 lines
143 B
CMake
# Configure Doxygen config file
|
|
configure_file(
|
|
${CMAKE_CURRENT_LIST_DIR}/Doxyfile.in
|
|
${CMAKE_CURRENT_BINARY_DIR}/Doxyfile
|
|
@ONLY
|
|
)
|