This commit is contained in:
Ivan
2022-04-05 11:42:28 +03:00
commit 6dc0eb0fcf
5565 changed files with 1200500 additions and 0 deletions

10
thirdparty/CLI11/book/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,10 @@
set(
book_sources
README.md
SUMMARY.md
)
file(GLOB book_chapters RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} chapters/*.md)
add_custom_target(cli_book SOURCES ${book_sources} ${book_chapters})