summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/WithC/main.c
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Link to standard system libraries when linking as CUDABrad King2017-02-141-0/+8
| | | | | | | On Windows with MSVC-like host compilers we must honor the standard libraries chosen by the `Platform/Windows-MSVC` module. Otherwise C code linked into the CUDA binary that expects to have these libraries available may not link.
* Tests: Add case for CUDA with C but not C++Brad King2017-02-141-0/+6
An executable using CUDA and C should link as CUDA.