summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
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)