summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-07-09 03:09:38 +0800
committerKunoiSayami <[email protected]>2023-07-09 03:09:38 +0800
commitc6f4418debfe1f045ef6b36dec5d0cf3a40fd281 (patch)
tree06d25665b97d476538e3cb4236478c10580b7973 /CMakeLists.txt
parentcbe4695b8bd0a4f0e429af19694030edeaf047a5 (diff)
2023-07-09 03:09
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0e53dc..754e438 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -187,3 +187,9 @@ set_cuda_target_base(expt_0618_3)
add_executable(publish_0630 publish_0630.cu)
set_cuda_target_base(publish_0630)
+
+add_executable(expt_0707 expt_0707.cpp)
+set_target_properties(expt_0707 PROPERTIES LINKER_LANGUAGE CXX)
+
+add_executable(expt_0707_1 expt_0707_1.cu)
+set_cuda_target_base(expt_0707_1) \ No newline at end of file