Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ruyConfig.cmake.in « cmake - github.com/google/ruy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0f3a4f12bc38f5f76c660991c6d870597a7d99bd (plain)
1
2
3
4
5
6
7
8
9
# ruy CMake configuration file.

include(CMakeFindDependencyMacro)

find_dependency(cpuinfo)

@PACKAGE_INIT@

include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")