Start working on documentation generator

This commit is contained in:
SirLynix
2023-03-21 13:21:00 +01:00
parent 9b4d297c04
commit 507cd27eaf
10 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
add_requires("cppast", "nlohmann_json")
target("docgen", function ()
set_rundir("../")
add_files("src/*.cpp")
add_deps("NazaraCore")
add_packages("cppast", "nazarautils", "nlohmann_json")
end)