blob: eb51611544497f9f4d697f5f5cf376b9ce9e20dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[project]
name = "mlibc"
use_system_includes = false
git_repo_url = "https://github.com/managarm/mlibc/"
git_default_branch = "master"
[ignore]
paths = [
"options/ansi/musl-generic-math/"
]
[paths]
input_dir = "@source_root@"
output_dir = "@build_root@/docs/"
compile_commands = "@build_root@/compile_commands.json"
|