diff options
Diffstat (limited to 'src/CommandLine/cppdrv.json')
| -rw-r--r-- | src/CommandLine/cppdrv.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/CommandLine/cppdrv.json b/src/CommandLine/cppdrv.json new file mode 100644 index 0000000..9eb5e54 --- /dev/null +++ b/src/CommandLine/cppdrv.json @@ -0,0 +1,12 @@ +{ + "compiler_path": "clang++", + "compiler_std": "c++20", + "headers_path": ["../CompilerKit", "../", "../CompilerKit/src/Detail"], + "sources_path": ["cppdrv.cc"], + "output_name": "cppdrv", + "compiler_flags": ["-L/usr/local/lib", "-lCompilerKit"], + "cpp_macros": [ + "__CPPDRV__=202504", + "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)" + ] +} |
