diff options
| author | KunoiSayami <[email protected]> | 2023-06-18 21:26:01 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-06-18 21:26:01 +0800 |
| commit | 813049a3ff85b18bc1ca6f640c7677c8bbf39414 (patch) | |
| tree | 8b4c60c4eb211cbd80fd7858d919f3cf916c6ac7 /CMakeLists.txt | |
| parent | ae4d500ba62b9f1de4c5189139eb91d5a8807592 (diff) | |
feat(exp): Add more test for level
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d0292ff..bef2d9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -177,3 +177,11 @@ add_executable(expt_0604 expt_0604.cpp) set_target_properties(expt_0604 PROPERTIES LINKER_LANGUAGE CXX) +add_executable(expt_0618 expt_0618.cu) +set_cuda_target_base(expt_0618) + +add_executable(expt_0618_2 expt_0618_2.cpp) +set_target_properties(expt_0618_2 PROPERTIES LINKER_LANGUAGE CXX) + +add_executable(expt_0618_3 expt_0618_3.cu) +set_cuda_target_base(expt_0618_3) |
