mirror of
https://github.com/google/benchmark.git
synced 2024-11-28 15:34:33 +00: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)
|