Added Doxygen with Doxygen Awesome CSS

Co-authored-by: Jules Pénuchot <jules@penuchot.com>

See merge request oss/rotgen!49
This commit is contained in:
Jules Pénuchot 2025-12-08 11:23:43 +01:00
parent 987d71cc35
commit a7e7fdce34
2 changed files with 46 additions and 0 deletions

View file

@ -96,3 +96,8 @@ include(${ROTGEN_SOURCE_DIR}/cmake/config/rotgen-install.cmake)
## Setup the library's Tests
##==============================================================================
add_subdirectory(test)
##==============================================================================
## Setup the library's documentation
##==============================================================================
include(${ROTGEN_SOURCE_DIR}/cmake/docs.cmake)