summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-06-04 19:35:54 +0800
committerKunoiSayami <[email protected]>2023-06-04 19:35:54 +0800
commit155b3a832c590c55ea3d89dd0783713f1d0f19c1 (patch)
treedfeb770865c77f76cf1ab5448f628b7e21bec483 /CMakeLists.txt
parent1fbb943005ad78335f0b921be516b3df8140406d (diff)
fix: Fix compile error
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02efadf..56323ee 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,6 +173,7 @@ set_cuda_target_base(expt_0528)
add_executable(expt_0529 expt_0529.cu read_helper.h)
set_cuda_target_base(expt_0529)
-add_executable(expt_0604 expt_0604.cu read_helper.h)
-set_cuda_target_base(expt_0604)
+add_executable(expt_0604 expt_0604.cpp)
+set_target_properties(expt_0604 PROPERTIES LINKER_LANGUAGE CXX)
+