代码拉取完成,页面将自动刷新
cmake_minimum_required(VERSION 3.5.0)
project(burnpipe VERSION 2.3.3)
set(CMAKE_CXX_STANDARD 14)
option(USE_OPENCV "if enable oipencv" ON)
include_directories(include/)
include_directories(src/)
IF(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m64 -finline-functions -Wno-deprecated-declarations -Wno-c++17-extensions")
add_definitions(-D_ENABLE_LIKELY_)
ELSEIF(UNIX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O2 -pthread -Wno-format-overflow")
add_definitions(-D_ENABLE_LIKELY_)
ELSEIF(WIN32)
if(MSVC)
add_definitions(/utf-8)
add_compile_options(/wd4996)
add_compile_options(/wd4267)
add_compile_options(/wd4018)
endif(MSVC)
ENDIF()
file(GLOB_RECURSE CGRAPH_SRC_LIST "./src/*.cc" "./src/*/*.cc" "./src/*.h")
# message(STATUS ${CGRAPH_SRC_LIST})
add_library(burnpipe STATIC ${CGRAPH_SRC_LIST})
add_subdirectory(examples/)
# add_executable(demo_simple examples/demo_simple.cc ${CGRAPH_SRC_LIST})
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。