diff options
| author | OpportunityLiu <[email protected]> | 2019-06-11 13:12:47 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-11 13:12:47 +0800 |
| commit | 35cfc8782c166bb1111472c4732f5c44d8939863 (patch) | |
| tree | 251e0043c90b0d00da2d50324bdf02bafa10afa8 /tests/projects/cuda/static/xmake.lua | |
| parent | 664dc2e0e8820eab96c2cae5f2e451894bc1fc4b (diff) | |
clean up git ignore; fix test xmake.lua
Diffstat (limited to 'tests/projects/cuda/static/xmake.lua')
| -rw-r--r-- | tests/projects/cuda/static/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/cuda/static/xmake.lua b/tests/projects/cuda/static/xmake.lua index fd2143bfb..55e1e5fd9 100644 --- a/tests/projects/cuda/static/xmake.lua +++ b/tests/projects/cuda/static/xmake.lua @@ -2,8 +2,6 @@ -- add modes: debug and release add_rules("mode.debug", "mode.release") -add_includedirs("inc") - -- generate PTX code for the virtual architecture to guarantee compatibility add_cugencodes("compute_30") @@ -15,6 +13,8 @@ target("lib") add_cuflags("-rdc=true") + add_includedirs("inc", {public = true}) + -- add files add_files("src/lib.cu") |
