summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/WithC
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Simplify CUDA rpath on macOSBrad King2017-06-211-3/+2
| | | | | Use the `BUILD_RPATH` property and reference the CMake-computed location of the runtime libraries.
* CUDA: Fix test cases to not override CUDA flagsBrad King2017-02-151-1/+1
| | | | Append to `CMAKE_CUDA_FLAGS` instead of overwriting it.
* 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-143-0/+34
An executable using CUDA and C should link as CUDA.