blob: ad9761b840b01871e34f4f044b37f6a617b1e48d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": ["../../include/CompilerKit", "../../include/", "../../include/CompilerKit/src/Detail"],
"sources_path": ["cppdrv.cpp"],
"output_name": "cppdrv",
"compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"],
"cpp_macros": [
"__CPPDRV__=202504",
"__NECTAR__",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
]
}
|