mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
10 lines
192 B
TOML
10 lines
192 B
TOML
[headers]
|
|
user_paths = [
|
|
"/usr/lib64/llvm12/lib/clang/12.0.1/include/",
|
|
]
|
|
system_paths = [
|
|
"/usr/include/c++/11",
|
|
"/usr/include/c++/11/x86_64-redhat-linux/",
|
|
"/usr/include",
|
|
]
|