summaryrefslogtreecommitdiffhomepage
path: root/example/example_06_nectar_gpu/Jamfile.v2
blob: 87f2328bc1ea4f19124950abd609bfc396166cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ;