gcontini
2020-02-10 3eeb130c21f94770cec666220f867b7f91b13763
1
2
3
4
5
6
7
8
9
10
11
12
add_executable( test_network
 network_test.cpp
)
 
target_link_libraries( test_network
 licensecc_static
 Boost::unit_test_framework 
 Boost::filesystem
 Boost::system
)
 
ADD_TEST(NAME test_network COMMAND test_network)