gcontini
2019-12-14 d4e9dcdb4e5588b68d9d4af36d2c45b36ed50eb8
test/functional/CMakeLists.txt
@@ -4,7 +4,9 @@
target_link_libraries(
   license_generator_snippet
    ${Boost_LIBRARIES}
     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
)