summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2022-07-22 16:40:36 +0800
committerKunoiSayami <[email protected]>2022-07-22 16:40:36 +0800
commit3c745606e9494917763313e821e3722d010e2e97 (patch)
tree48e00fe898477c2ce4bdb7c1b992e13372d1ada0 /CMakeLists.txt
parent3f1bd23b3432441dbaaa6499f084ffafb531ab06 (diff)
refactor: Rename files
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e340d9d..bec9954 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -65,11 +65,11 @@ build_different_target(true 1048576 8)
add_executable(normal_distribution normal_distribution.cpp)
set_target_properties(normal_distribution PROPERTIES LINKER_LANGUAGE CXX)
-add_executable(normal_distribution_ex3 exp_3.cpp)
-set_target_properties(normal_distribution PROPERTIES LINKER_LANGUAGE CXX)
+add_executable(normal_distribution_expt3 expt_3.cpp)
+set_target_properties(normal_distribution_expt3 PROPERTIES LINKER_LANGUAGE CXX)
-add_executable(normal_distribution_ex0702 exp_0702.cpp)
-set_target_properties(normal_distribution PROPERTIES LINKER_LANGUAGE CXX)
+add_executable(normal_distribution_expt0702 expt_0702.cpp)
+set_target_properties(normal_distribution_expt0702 PROPERTIES LINKER_LANGUAGE CXX)
add_executable(work work.cu)
target_link_libraries(work m stdc++)
@@ -78,4 +78,6 @@ set_target_properties(work PROPERTIES
CUDA_SEPARABLE_COMPILATION ON)
set_target_properties(work PROPERTIES CUDA_ARCHITECTURES "75")
+add_executable(expt_0722 expt_0722.cpp)
+set_target_properties(expt_0722 PROPERTIES LINKER_LANGUAGE CXX)