1 Star 0 Fork 0

馬迪/string-benchmark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CMakeLists.txt 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
馬迪 提交于 2021-10-10 23:09 +08:00 . new: string to number benchmark
cmake_minimum_required(VERSION 3.14)
project(string-benchmark)
find_package(benchmark CONFIG REQUIRED)
find_package(absl CONFIG REQUIRED)
find_package(Boost REQUIRED COMPONENTS regex)
find_package(Corrade CONFIG REQUIRED Utility)
add_executable(main main.cpp)
target_compile_features(main PUBLIC cxx_std_17 )
target_link_libraries(main PRIVATE
benchmark::benchmark
benchmark::benchmark_main
absl::strings
Boost::regex
Corrade::Utility
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linuxaged/string-benchmark.git
git@gitee.com:linuxaged/string-benchmark.git
linuxaged
string-benchmark
string-benchmark
master

搜索帮助