Start working on documentation generator
This commit is contained in:
8
documentation/generator/xmake.lua
Normal file
8
documentation/generator/xmake.lua
Normal 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)
|
||||
Reference in New Issue
Block a user