summaryrefslogtreecommitdiffhomepage
path: root/share/bjam/nectar-ptx.jam
blob: bacc607b2deb83d5d8f52084580986aa5917df56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#  File: nectar.jam
#  Author: Amlal El Mahrouss,
#  Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License
#

# Supports the Nectar compiler for PTX.

import toolset ;

if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
{
    .debug-configuration = true ;
}

feature.extend toolset : ptx-necdrv ;