diff options
| author | KunoiSayami <[email protected]> | 2022-06-24 15:08:03 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-06-24 15:08:03 +0800 |
| commit | 447d7d7a363b53b81cf21a30b6765d9e3501484c (patch) | |
| tree | 35633380b74a7e49f743669d73d44e07a42566b8 /CMakeLists.txt | |
| parent | 167ab83b42809d59388c739390193cc6e7e3cbe0 (diff) | |
feat(script): Add experiment3
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e249fba..4e3ea0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,3 +65,5 @@ 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) |
