1 Star 0 Fork 50

苍海月明/isearch

forked from 京东零售/isearch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
shzhulin3 提交于 2021-09-14 17:54 . add resource file / add Dockerfile
cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(isearch CXX C)
# enable c++ 11
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)
# take respectives flags for debug & release process
set(CMAKE_CXX_FLAGS_DEBUG_INIT "-std=c++11 -g -fno-omit-frame-pointer")
set(CMAKE_CXX_FLAGS_RELEASE_INIT "-std=c++11 -g -O2")
# default build type : Debug
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
endif()
add_subdirectory(src/comm)
add_subdirectory(src/comm/stat)
#add_subdirectory(src/search_local/index_write)
#add_subdirectory(src/search_local/index_read)
#add_subdirectory(src/search_agent)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/gwxc/isearch.git
git@gitee.com:gwxc/isearch.git
gwxc
isearch
isearch
master

搜索帮助