Ai
1 Star 0 Fork 1

Thecxy/example-poco-timer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 242 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel 提交于 2018-10-30 17:44 +08:00 . Update CMakeLists.txt
cmake_minimum_required(VERSION 2.8.12)
project(FoundationTimer)
add_definitions("-std=c++11")
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()
add_executable(timer timer.cpp)
target_link_libraries(timer ${CONAN_LIBS})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thecxy/example-poco-timer.git
git@gitee.com:thecxy/example-poco-timer.git
thecxy
example-poco-timer
example-poco-timer
master

搜索帮助