move MT19937 random generator to ddsrt
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
dd9aceb713
commit
6e87841ea5
13 changed files with 345 additions and 264 deletions
|
@ -165,7 +165,7 @@ find_package(Threads REQUIRED)
|
|||
target_link_libraries(ddsrt INTERFACE Threads::Threads)
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(ddsrt INTERFACE wsock32 ws2_32 iphlpapi)
|
||||
target_link_libraries(ddsrt INTERFACE wsock32 ws2_32 iphlpapi bcrypt)
|
||||
elseif(UNIX)
|
||||
check_library_exists(c clock_gettime "" HAVE_CLOCK_GETTIME)
|
||||
if(NOT HAVE_CLOCK_GETTIME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue