公告板
版本库
filestore
活动
搜索
登录
module
/
open-license-manager
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
review contribution guidelines
Gabriele Contini
2019-09-07
4359afca68cb99c123a1411bd15374f5774130b3
[module/open-license-manager.git]
/
src
/
library
/
base
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
ADD_LIBRARY(base STATIC
EventRegistry.cpp
StringUtils.cpp
logger.c
)
add_dependencies( base public_key )
install(TARGETS base ARCHIVE DESTINATION lib)