summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-06-19 02:05:56 +0800
committerKunoiSayami <[email protected]>2023-06-19 02:05:56 +0800
commit14e6ffcc19a47e79325fcf18778c443473ed775b (patch)
treef1ffcc196dfee009c2687bc00177a96b5ce73941 /CMakeLists.txt
parent813049a3ff85b18bc1ca6f640c7677c8bbf39414 (diff)
feat(exp): Add a argument in test
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bef2d9d..f2e65e0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -176,7 +176,6 @@ set_cuda_target_base(expt_0529)
add_executable(expt_0604 expt_0604.cpp)
set_target_properties(expt_0604 PROPERTIES LINKER_LANGUAGE CXX)
-
add_executable(expt_0618 expt_0618.cu)
set_cuda_target_base(expt_0618)