summaryrefslogtreecommitdiff
path: root/tests/projects/cuda/console_2/xmake.lua
blob: 9ade4cbf411c0c762c13fbee6f34cc2a64851872 (plain)
1
2
3
4
5
6
7
8
9
add_rules("mode.debug", "mode.release")

-- generate PTX code for the virtual architecture to guarantee compatibility
add_cugencodes("compute_75")

target("bin")
    set_kind("binary")
    add_includedirs("inc")
    add_files("src/*.cu")