File: ruyConfig.cmake.in

package info (click to toggle)
ruy 0.0.0~git20230215.21a85fe-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,024 kB
  • sloc: cpp: 26,960; python: 181; sh: 154; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (13)
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")