summaryrefslogtreecommitdiffstats
path: root/parallel-libs/streamexecutor/lib/platforms/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'parallel-libs/streamexecutor/lib/platforms/CMakeLists.txt')
-rw-r--r--parallel-libs/streamexecutor/lib/platforms/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/parallel-libs/streamexecutor/lib/platforms/CMakeLists.txt b/parallel-libs/streamexecutor/lib/platforms/CMakeLists.txt
new file mode 100644
index 00000000000..0802c059add
--- /dev/null
+++ b/parallel-libs/streamexecutor/lib/platforms/CMakeLists.txt
@@ -0,0 +1,3 @@
+if(STREAM_EXECUTOR_ENABLE_CUDA_PLATFORM)
+ add_subdirectory(cuda)
+endif()
OpenPOWER on IntegriCloud