summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/ptx-drv.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine/ptx-drv.json')
-rw-r--r--src/CommandLine/ptx-drv.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/CommandLine/ptx-drv.json b/src/CommandLine/ptx-drv.json
new file mode 100644
index 0000000..6372117
--- /dev/null
+++ b/src/CommandLine/ptx-drv.json
@@ -0,0 +1,21 @@
+{
+ "compiler_path": "clang++",
+ "compiler_std": "c++20",
+ "headers_path": [
+ "../include/CompilerKit",
+ "../../include",
+ "../include/CompilerKit/src/Detail"
+ ],
+ "sources_path": [
+ "ptx-drv.cpp"
+ ],
+ "output_name": "ptx-necdrv",
+ "compiler_flags": [
+ ],
+ "cpp_macros": [
+ "__NECDRV__=202504",
+ "CK_POSIX",
+ "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
+ ]
+}
+