diff options
| author | KunoiSayami <[email protected]> | 2022-07-28 16:11:23 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-07-28 16:11:23 +0800 |
| commit | fa0d606d8958d72220e2a5407314c80c5557a5f4 (patch) | |
| tree | fedc3cd8356a396a42d1c9f80289330402805f6d /CMakeLists.txt | |
| parent | 01a204956deca5c2afb23d0b295aec7cbe67a936 (diff) | |
feat: Implement expt_0726
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bec9954..858cea0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,3 +81,6 @@ set_target_properties(work PROPERTIES CUDA_ARCHITECTURES "75") add_executable(expt_0722 expt_0722.cpp) set_target_properties(expt_0722 PROPERTIES LINKER_LANGUAGE CXX) +add_executable(expt_0726 expt_0726.cpp) +set_target_properties(expt_0726 PROPERTIES LINKER_LANGUAGE CXX) + |
