1 Star 0 Fork 25

haley-osment/itrustee_client

forked from openEuler/itrustee_client 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
guweibo2 提交于 2022-02-23 14:56 . 1 add CMakeLists.txt for teec_client
cmake_minimum_required (VERSION 2.8)
project (itrustee_client)
cmake_policy (SET CMP0037 OLD)
# Set variable
set(CMAKE_PROJECT_ROOT_PATH ${PROJECT_SOURCE_DIR})
set(CMAKE_FLAGS_PRIMARY ${CMAKE_C_FLAGS})
# Add libboundscheck
add_subdirectory(./libboundscheck)
# Add teecd
add_subdirectory(src/teecd)
# Add tlogcat
add_subdirectory(src/tlogcat)
# Clean output
add_custom_target(clean
COMMAND -rm -rf ${CMAKE_PROJECT_ROOT_PATH}/libboundscheck/lib ${CMAKE_PROJECT_ROOT_PATH}/dist
COMMAND @echo "clean up"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haley-osment/itrustee_client.git
git@gitee.com:haley-osment/itrustee_client.git
haley-osment
itrustee_client
itrustee_client
master

搜索帮助