Add option to set random seed for deterministic behavior
Bump version to 1.6
This commit is contained in:
@@ -15,6 +15,7 @@ find_package(PkgConfig REQUIRED)
|
||||
pkg_search_module(PNG REQUIRED libpng)
|
||||
|
||||
check_symbol_exists(arc4random_uniform "stdlib.h" HAVE_ARC4RANDOM)
|
||||
check_symbol_exists(srand_deterministic "stdlib.h" HAVE_SRAND_DETERMINISTIC)
|
||||
|
||||
configure_file ("${CMAKE_CURRENT_SOURCE_DIR}/config.h.in"
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/config.h" )
|
||||
|
||||
Reference in New Issue
Block a user