1# ruy CMake configuration file. 2 3include(CMakeFindDependencyMacro) 4 5find_dependency(cpuinfo) 6 7@PACKAGE_INIT@ 8 9include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]") 10