File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed
examples/google_benchmark Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.12)
2
2
include (FetchContent)
3
3
4
- project (
5
- codspeed_picobench_compat
6
- VERSION 0.0.0
7
- LANGUAGES CXX)
4
+ project (codspeed_picobench_compat VERSION 0.0.0 LANGUAGES CXX)
8
5
9
6
set (BENCHMARK_DOWNLOAD_DEPENDENCIES ON )
10
7
11
- # FetchContent_Declare( google_benchmark GIT_REPOSITORY
12
- # https://github.com/CodSpeedHQ/codspeed-cpp GIT_TAG
13
- # origin/cod-291-implement-the-core-instrumentation-library-in-c SOURCE_SUBDIR
14
- # google_benchmark)
15
-
16
- FetchContent_Declare(google_benchmark
17
- SOURCE_DIR ${CMAKE_SOURCE_DIR} /../../google_benchmark)
8
+ FetchContent_Declare(
9
+ google_benchmark
10
+ SOURCE_DIR
11
+ ${CMAKE_SOURCE_DIR} /../../google_benchmark
12
+ )
18
13
19
14
FetchContent_MakeAvailable(google_benchmark)
20
15
You can’t perform that action at this time.
0 commit comments