1
0
mirror of https://github.com/google/benchmark.git synced 2025-01-19 16:20:15 +08:00
benchmark/conan/CMakeLists.txt
2019-01-03 13:42:07 +00:00

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)