mirror of
https://gitee.com/openharmony/third_party_benchmark
synced 2024-11-23 07:20:12 +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)
|