2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Link test_random_generator.cpp to Boost::move

This commit is contained in:
Peter Dimov
2025-09-19 14:40:10 +03:00
parent 2b160eb689
commit bbbb20427c

View File

@@ -38,7 +38,7 @@ boost_test(TYPE run SOURCES test_uuid_clock.cpp)
boost_test(TYPE run SOURCES test_nil_generator.cpp)
boost_test(TYPE run SOURCES test_string_generator.cpp)
boost_test(TYPE run SOURCES test_random_generator.cpp LINK_LIBRARIES Boost::random Boost::predef)
boost_test(TYPE run SOURCES test_random_generator.cpp LINK_LIBRARIES Boost::random Boost::predef Boost::move)
boost_test(TYPE run SOURCES test_random_generator_2.cpp)
boost_test(TYPE run SOURCES test_name_generator.cpp LINK_LIBRARIES Boost::predef)