diff options
| author | OpportunityLiu <[email protected]> | 2019-07-17 16:24:51 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-07-17 16:24:51 +0800 |
| commit | 509f75e87676bf3d95bc5dc8ccd3b731fdc055e4 (patch) | |
| tree | 8137bb26ff0f2584ffd538594f1b087607a54af4 /tests/projects/cuda/console/xmake.lua | |
| parent | 42fd31e85dfbb8f1e916394bb2497fd0ee78f0d4 (diff) | |
fix tests
Diffstat (limited to 'tests/projects/cuda/console/xmake.lua')
| -rw-r--r-- | tests/projects/cuda/console/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/projects/cuda/console/xmake.lua b/tests/projects/cuda/console/xmake.lua index d7267fb0d..bf69c8c1e 100644 --- a/tests/projects/cuda/console/xmake.lua +++ b/tests/projects/cuda/console/xmake.lua @@ -1,3 +1,5 @@ +-- add rules +add_rules("mode.debug", "mode.release") -- define target target("cuda_console") |
