Gabriele Contini
2019-12-14 ec839e6965064291f91ab3b884dc7fa1fab7b52c
test/library/CMakeLists.txt
@@ -6,7 +6,9 @@
target_link_libraries(
 test_license_reader
 licensecc_static
 ${Boost_LIBRARIES}
 Boost::unit_test_framework
 Boost::filesystem
 Boost::system
)
ADD_TEST(NAME test_license_reader COMMAND test_license_reader)
@@ -21,8 +23,10 @@
   target_link_libraries(
       test_os_linux
       os
       ${Boost_LIBRARIES}
       licensecc_static
       Boost::unit_test_framework
        Boost::filesystem
        Boost::system
   )
   ADD_TEST(NAME test_os_linux COMMAND test_os_linux)
@@ -36,8 +40,10 @@
target_link_libraries(
 test_license_locator
 locators
 ${Boost_LIBRARIES}
 licensecc_static
 Boost::unit_test_framework
 Boost::filesystem
 Boost::system
)
ADD_TEST(NAME test_license_locator COMMAND test_license_locator)
@@ -51,7 +57,9 @@
target_link_libraries(
 test_event_registry
 base
 ${Boost_LIBRARIES}
 Boost::unit_test_framework
 Boost::filesystem
 Boost::system
)
ADD_TEST(NAME test_event_registry COMMAND test_event_registry)