mirror of
https://github.com/google/benchmark.git
synced 2025-01-15 22:30:52 +08:00
8 lines
166 B
CMake
8 lines
166 B
CMake
|
cmake_minimum_required(VERSION 2.8.11)
|
||
|
project(cmake_wrapper)
|
||
|
|
||
|
include(conanbuildinfo.cmake)
|
||
|
conan_basic_setup()
|
||
|
|
||
|
include(${CMAKE_SOURCE_DIR}/CMakeListsOriginal.txt)
|