diff options
author | Marc Sunet <msunet@shellblade.net> | 2022-05-11 09:56:33 -0700 |
---|---|---|
committer | Marc Sunet <msunet@shellblade.net> | 2022-05-11 09:56:33 -0700 |
commit | 685950d3f2ac8e893a23443f9e087294cce2c6fa (patch) | |
tree | c348f368d9e6245952321332c80658853348396e /random/CMakeLists.txt | |
parent | d52ef50957064da5dbfb76839e009c48ff2050c6 (diff) |
Add random variable.
Diffstat (limited to 'random/CMakeLists.txt')
-rw-r--r-- | random/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/random/CMakeLists.txt b/random/CMakeLists.txt index ec80b1d..188d16b 100644 --- a/random/CMakeLists.txt +++ b/random/CMakeLists.txt | |||
@@ -3,7 +3,8 @@ cmake_minimum_required(VERSION 3.0) | |||
3 | project(random) | 3 | project(random) |
4 | 4 | ||
5 | add_library(random | 5 | add_library(random |
6 | src/mt19937-64.c) | 6 | src/mt19937-64.c |
7 | src/normal.c) | ||
7 | 8 | ||
8 | target_include_directories(random PUBLIC include) | 9 | target_include_directories(random PUBLIC include) |
9 | 10 | ||