summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2023-04-27 15:58:36 +0800
committerKunoiSayami <[email protected]>2023-04-27 15:58:36 +0800
commitd71d074df295ae5e4f71592802fe88da514fb84a (patch)
treedb04c6133c07c63eb45fe97b6e74eba4b16e54fe /CMakeLists.txt
parent32d06031ceb10e99a85297ce43b17099741ce3bc (diff)
2023-04-27 15:58
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6e9a8af..a037c5e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,4 +150,13 @@ target_link_libraries(expt_0406 m stdc++)
set_target_properties(expt_0406 PROPERTIES
CUDA_SEPARABLE_COMPILATION ON)
set_target_properties(expt_0406 PROPERTIES CUDA_ARCHITECTURES "75")
-set_target_properties(expt_0406 PROPERTIES LINKER_LANGUAGE CUDA) \ No newline at end of file
+set_target_properties(expt_0406 PROPERTIES LINKER_LANGUAGE CUDA)
+
+
+add_executable(expt_0425 expt_0425.cu)
+target_link_libraries(expt_0425 m stdc++)
+
+set_target_properties(expt_0425 PROPERTIES
+ CUDA_SEPARABLE_COMPILATION ON)
+set_target_properties(expt_0425 PROPERTIES CUDA_ARCHITECTURES "75")
+set_target_properties(expt_0425 PROPERTIES LINKER_LANGUAGE CUDA) \ No newline at end of file