15 Star 29 Fork 9

Fifi Lyu/zpsoe.zlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fifi Lyu 提交于 2014-11-03 10:08 . 修改默认安装路径到/usr/local
cmake_minimum_required(VERSION 2.8.0)
project(zpsoe.zlog CXX)
if(MSVC)
# CMAKE_INSTALL_PREFIX default to c:/Program Files on Windows.
# Use default CMAKE_INSTALL_PREFIX
else()
# CMAKE_INSTALL_PREFIX default to /usr/local on UNIX.
set(CMAKE_INSTALL_PREFIX /usr/local/zpsoe.zlog)
endif()
include(cmake/CompilerChecks.cmake)
include(cmake/CompilerFlags.cmake)
include_directories("include")
add_subdirectory(zlog)
add_subdirectory(zlog_test)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fifilyu/zpsoe.zlog.git
git@gitee.com:fifilyu/zpsoe.zlog.git
fifilyu
zpsoe.zlog
zpsoe.zlog
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385