From e80b3988291e4120cb5bb5f9fe5fcdce6ce2b14a Mon Sep 17 00:00:00 2001 From: Gabriele Contini <gcontini@users.noreply.github.com> Date: 周一, 10 2月 2020 04:44:22 +0800 Subject: [PATCH] added project forum --- test/functional/CMakeLists.txt | 20 +++++++++++++++----- 1 files changed, 15 insertions(+), 5 deletions(-) diff --git a/test/functional/CMakeLists.txt b/test/functional/CMakeLists.txt index 8143ef5..60c676e 100644 --- a/test/functional/CMakeLists.txt +++ b/test/functional/CMakeLists.txt @@ -4,7 +4,9 @@ target_link_libraries( license_generator_snippet - license_generator_lib + Boost::unit_test_framework + Boost::filesystem + Boost::system ) add_executable( @@ -16,7 +18,9 @@ test_standard_license licensecc_static license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) add_executable( @@ -28,7 +32,9 @@ test_date licensecc_static license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) add_executable( @@ -40,7 +46,9 @@ test_signature_verifier licensecc_static license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) @@ -53,7 +61,9 @@ test_volid licensecc_static license_generator_snippet - ${Boost_LIBRARIES} + Boost::unit_test_framework + Boost::filesystem + Boost::system ) -- Gitblit v1.9.1