Tests: Fix Cuda test project names

Make them match what `ADD_TEST_MACRO` gives to ctest as the
project name to build so that the `.sln` file will be found.
This commit is contained in:
Brad King
2018-10-10 11:52:23 -04:00
parent fd02538974
commit fb378fc4d7
14 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.7)
project (CudaObjectLibrary CUDA CXX)
project (ObjectLibrary CUDA CXX)
#Goal for this example:
#
#Build C++ and CUDA object files and than use them to make an executable