• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ruy CMake configuration file.
2
3include(CMakeFindDependencyMacro)
4
5find_dependency(cpuinfo)
6
7@PACKAGE_INIT@
8
9include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
10