Add man page

This commit is contained in:
2022-10-25 18:17:54 +02:00
parent 7e56af08bf
commit c033ec7206
7 changed files with 138 additions and 10 deletions

View File

@@ -27,6 +27,8 @@ pkg_check_modules(ELF REQUIRED libelf)
find_package(Doxygen)
add_subdirectory(man)
aux_source_directory("src" CFILES)
set(GEN_HEADER_PATH "${CMAKE_CURRENT_BINARY_DIR}/include/generated")