公告板
版本库
filestore
活动
搜索
登录
module
/
open-license-manager
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
pc identifiers intermediate work
Gabriele Contini
2020-01-09
22b6427979a71c23d795cb351a84210342b5d352
[module/open-license-manager.git]
/
src
/
library
/
pc_identifier
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
add_library(pc_identifier OBJECT
pc_identifier_facade.cpp
pc_identifier.cpp
default_strategy.cpp
#pc-identifiers.c
)
if(CODE_COVERAGE AND UNIX)
target_compile_options(pc_identifier PUBLIC -O0 -g --coverage)
endif(CODE_COVERAGE AND UNIX)