1 Star 3 Fork 3

openDACS/ICTest

forked from 李华伟/ICTest 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CMakeLists.txt 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
samlee 提交于 2021-09-29 09:19 . add source code
cmake_minimum_required(VERSION 3.10)
project(ICTest)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -g -pthread")
set(ICTEST_INCLUDE_DIR ${PROJECT_SOURCE_DIR}/src/include)
include_directories(${ICTEST_INCLUDE_DIR})
set(CMDLINE_INCLUDE_DIRS thirdparty/cmdline)
include_directories(${CMDLINE_INCLUDE_DIRS})
set(THREADPOOL_INCLUDE_DIRS thirdparty/threadpool)
include_directories(${THREADPOOL_INCLUDE_DIRS})
# static link lib
# add_subdirectory(thirdparty)
aux_source_directory(src SRC)
add_executable(ictest ${SRC})
# target_link_libraries(ictest thirdparty)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/opendacs/ictest.git
git@gitee.com:opendacs/ictest.git
opendacs
ictest
ICTest
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385