公告板
版本库
filestore
活动
搜索
登录
module
/
open-license-manager
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix unit test with old versions of boost
Gabriele Contini
2020-02-10
7cd73dd4f6ddec566c33596766c779beb873aa63
[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)