diff options
| author | KunoiSayami <[email protected]> | 2023-06-12 00:51:30 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-06-12 00:51:30 +0800 |
| commit | e7de21daf6c674633ef1159c2fd042523c1ec32e (patch) | |
| tree | e9fea9b2611fb832898900e7fb698e8a1a4c28f3 /CMakeLists.txt | |
| parent | 5f38ca067108eea5a8c334bd8cbe5866300d585c (diff) | |
refector: Rename last year experimental
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 56323ee..d0292ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,30 +84,30 @@ 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_expt0702 expt_0702.cpp) +add_executable(normal_distribution_expt0702 expt_220702.cpp) set_target_properties(normal_distribution_expt0702 PROPERTIES LINKER_LANGUAGE CXX) add_executable(work_0719 work_0719.cu) set_cuda_target_base(work_0719) -add_executable(expt_0722 expt_0722.cpp) +add_executable(expt_0722 expt_220722.cpp) set_target_properties(expt_0722 PROPERTIES LINKER_LANGUAGE CXX) -add_executable(expt_0726 expt_0726.cpp) +add_executable(expt_0726 expt_220726.cpp) set_target_properties(expt_0726 PROPERTIES LINKER_LANGUAGE CXX) -add_executable(expt_0729 expt_0729.cu) +add_executable(expt_0729 expt_220729.cu) set_cuda_target_base(expt_0729) -add_executable(expt_0802 expt_0802.cpp) +add_executable(expt_0802 expt_220802.cpp) target_link_libraries(expt_0802 m stdc++) -add_executable(expt_0804 expt_0804.cu) +add_executable(expt_0804 expt_220804.cu) set_cuda_target_base(expt_0804) -add_executable(expt_0809 expt_0809.cu) +add_executable(expt_0809 expt_220809.cu) set_cuda_target_base(expt_0809) @@ -117,10 +117,10 @@ target_link_libraries(valid_sort_new m stdc++) add_executable(valid_sort valid_sort.cpp) target_link_libraries(valid_sort m stdc++) -add_executable(expt_0821 expt_0821.cpp sortlib.h) +add_executable(expt_0821 expt_220821.cpp sortlib.h) target_link_libraries(expt_0821 m stdc++) -add_executable(expt_0830 expt_0830.cu sortlib.cuh) +add_executable(expt_0830 expt_220830.cu sortlib.cuh) set_cuda_target_base(expt_0830) add_executable(normal_skiplist normal_skiplist.cpp) |
