diff options
| author | KunoiSayami <[email protected]> | 2022-07-05 17:23:48 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2022-07-05 17:23:48 +0800 |
| commit | a5c25c70ad5ae90ea3a3081dd0a3f19e8b9d2254 (patch) | |
| tree | ae2c21a7e02a964a72cf60aeb5143cf25c3d8304 /CMakeLists.txt | |
| parent | 8ae4020a88a0f2192274e6d6543b692220e65e52 (diff) | |
feat(script): Add exp_0702
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 4e3ea0b..c1d5471 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,3 +67,6 @@ 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_ex0702 exp_0702.cpp) +set_target_properties(normal_distribution PROPERTIES LINKER_LANGUAGE CXX) |
