summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-07-01 00:51:36 +0800
committerKunoiSayami <[email protected]>2023-07-01 00:51:36 +0800
commitd95a40855ea8019186ca1fe558be210c67c1a3a0 (patch)
treee08b3b4ee82bc3381855d22679f4fa6ce5179f1a /CMakeLists.txt
parent4c9b48fc37bef199b20ee58aad34df62676b9091 (diff)
2023-07-01 00:51
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f2e65e0..c0e53dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -184,3 +184,6 @@ set_target_properties(expt_0618_2 PROPERTIES LINKER_LANGUAGE CXX)
add_executable(expt_0618_3 expt_0618_3.cu)
set_cuda_target_base(expt_0618_3)
+
+add_executable(publish_0630 publish_0630.cu)
+set_cuda_target_base(publish_0630)