1 Star 0 Fork 16

Ant_onio/propwd

forked from rENYI/propwd 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeLists.txt 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
renyi 提交于 2016-08-05 17:39 . add tests
cmake_minimum_required(VERSION 3.5)
project(server)
INCLUDE_DIRECTORIES(
/usr/local/opt/openssl/include
/usr/local/Cellar/json-c/0.12/include/json-c
/usr/local/Cellar/mariadb-connector-c/2.2.2/include/mariadb/
/usr/local/include/mariadb/
)
link_directories (
/usr/local/opt/openssl/lib
/usr/local/Cellar/json-c/0.12/lib
/usr/local/Cellar/mariadb-connector-c/2.2.2/lib/mariadb/
/usr/local/lib/mariadb/
)
link_libraries(ssl crypto json-c mysqlclient mariadbclient)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(SOURCE_FILES
Makefile
README.md
server.c)
add_executable(server ${SOURCE_FILES})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ant_onio/propwd.git
[email protected]:ant_onio/propwd.git
ant_onio
propwd
propwd
master

搜索帮助