gcontini
2020-02-01 edd954f9f31863710f404ef3e6f0ebd2a16ce489
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
)