summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-31 13:36:18 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-01-31 13:36:24 (GMT)
commit4499cc8bb65e217e1cb2959452ed391af82e757b (patch)
tree1eada76ab92c4f4dad203e736248c0d9fce44af8 /Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt
parenta7ee918f197300ffed8f4ae0fafe6c3c2f4ea1b6 (diff)
parentfa583869f7e75cdc4c7499f0dbfab2cdac5061bd (diff)
downloadCMake-4499cc8bb65e217e1cb2959452ed391af82e757b.zip
CMake-4499cc8bb65e217e1cb2959452ed391af82e757b.tar.gz
CMake-4499cc8bb65e217e1cb2959452ed391af82e757b.tar.bz2
Merge topic 'msvc_cuda_files_use_consistent_obj_names'
fa583869 CUDA: Use MSVC default pattern for naming object files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1722
Diffstat (limited to 'Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt')
-rw-r--r--Tests/Cuda/ObjectLibrary/Conflicts/CMakeLists.txt2
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)