star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

commit 76c91a9239761e4982ff7c72a1009c0f232cd9fd
parent cefdb814505b63c42b2b1f9b1a28a1fb821ef2fc
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Thu,  9 Mar 2017 15:07:25 +0100

Add auto copy of runtime libraries.

Diffstat:
Mcmake/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -159,6 +159,7 @@ if(NOT NO_TEST) new_test(test_ssp_ran_gaussian) new_test(test_ssp_ran_piecewise_linear) new_test(test_ssp_ran_uniform_disk) + rcmake_copy_runtime_libraries(test_ssp_rng) endif() ################################################################################