diff options
Diffstat (limited to 'Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt')
-rw-r--r-- | Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt b/Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt new file mode 100644 index 0000000..1602f8a --- /dev/null +++ b/Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt @@ -0,0 +1,2 @@ + +add_library(CudaConflicts OBJECT static.cu) |