公告板
版本库
filestore
活动
搜索
登录
module
/
open-license-manager
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
identifiers next work
gcontini
2020-02-09
8e1bdfdca2ad2157fd74cedc1a6768a1b1c0849d
[module/open-license-manager.git]
/
test
/
library
/
os
/
CMakeLists.txt
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)