summaryrefslogtreecommitdiffstats
path: root/parallel-libs/streamexecutor/examples/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'parallel-libs/streamexecutor/examples/CMakeLists.txt')
-rw-r--r--parallel-libs/streamexecutor/examples/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/parallel-libs/streamexecutor/examples/CMakeLists.txt b/parallel-libs/streamexecutor/examples/CMakeLists.txt
index a5220526a2d..1d09a545429 100644
--- a/parallel-libs/streamexecutor/examples/CMakeLists.txt
+++ b/parallel-libs/streamexecutor/examples/CMakeLists.txt
@@ -1,2 +1,2 @@
-add_executable(example Example.cpp)
-target_link_libraries(example streamexecutor)
+add_executable(cuda_saxpy_example CUDASaxpy.cpp)
+target_link_libraries(cuda_saxpy_example streamexecutor)
OpenPOWER on IntegriCloud