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