1 Star 0 Fork 5

chxj/sfc

forked from zxlxz/sfc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 537 Bytes
一键复制 编辑 原始数据 按行查看 历史
zxlxz 提交于 2020-10-14 18:49 . update
cmake_minimum_required(VERSION 3.17)
# cxx
set(CMAKE_CXX_STANDARD 20)
add_compile_options("-W")
add_compile_options("-pthread")
add_compile_options("-march=native" "-mtune=native")
add_link_options("-pthread")
include_directories(src)
# dir
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/bin)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/lib)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/lib)
project(sfc)
add_subdirectory(src/sfc)
add_subdirectory(test/sfc)
add_subdirectory(benchmark)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chxj8080/sfc.git
git@gitee.com:chxj8080/sfc.git
chxj8080
sfc
sfc
master

搜索帮助