star-3dut

Generate meshes of simple geometric shapes
git clone git://git.meso-star.fr/star-3dut.git
Log | Files | Refs | README | LICENSE

commit c2fcf4a58c084f5133a8a26c96b91327cf706dca
parent 0ead667ddef23ea52ee05fbac932cabd1720b48e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 30 Nov 2016 14:47:34 +0100

Fix the "test" target on Windows

Copy the runtime libraries in the directory of the tests

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -81,6 +81,8 @@ if(NOT NO_TEST) new_test(test_s3dut_cuboid) new_test(test_s3dut_cylinder) new_test(test_s3dut_sphere) + + rcmake_copy_runtime_libraries(test_s3dut_cuboid) endif() ################################################################################