summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ObjectLibrary/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: Use MSVC default pattern for naming object filesRobert Maynard2018-01-301-4/+7
| | | | | The default that CUDA uses causes failures when you try to embed CUDA obj's into another target.
* Tests: Simplify CUDA rpath on macOSBrad King2017-06-211-3/+3
| | | | | Use the `BUILD_RPATH` property and reference the CMake-computed location of the runtime libraries.
* CUDA: ObjectLibrary test executable now runs on OSXRobert Maynard2017-03-231-0/+5
|
* CUDA: Add tests to verify CUDA compiler works properly.Robert Maynard2016-11-141-0/+12