summaryrefslogtreecommitdiffhomepage
path: root/example/example_06_nectar_gpu/Jamfile.v2
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_06_nectar_gpu/Jamfile.v2')
-rw-r--r--example/example_06_nectar_gpu/Jamfile.v214
1 files changed, 14 insertions, 0 deletions
diff --git a/example/example_06_nectar_gpu/Jamfile.v2 b/example/example_06_nectar_gpu/Jamfile.v2
new file mode 100644
index 0000000..87f2328
--- /dev/null
+++ b/example/example_06_nectar_gpu/Jamfile.v2
@@ -0,0 +1,14 @@
+#
+# File: Jamfile.v2
+# Author: Amlal El Mahrouss,
+# Copyright 2026, Amlal El Mahrouss, Licensed under the Boost Software License
+#
+
+project gpu_example
+: default-build debug
+: <toolset>ptx-necdrv
+;
+
+exe example.o
+ : example.nc ;
+