diff options
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 | ||