summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/GPUDebugFlag/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix Cuda test project namesBrad King2018-10-101-1/+1
| | | | | Make them match what `ADD_TEST_MACRO` gives to ctest as the project name to build so that the `.sln` file will be found.
* CUDA: Allow -G to control device debuging on MSVC.Robert Maynard2018-01-111-0/+23
Fixes #17551