公告板
版本库
filestore
活动
搜索
登录
module
/
open-license-manager
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Simple append multiple sections into license file
Matteo Varalta
2019-04-29
089398c3f3e2c0a9d0bededfcd2697f368834f88
[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)