File: CMakeLists.txt

package info (click to toggle)
ruy 0.0.0~git20230215.21a85fe-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,092 kB
  • sloc: cpp: 26,960; python: 181; sh: 154; makefile: 13
file content (23 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This file is generated (whence no license header). Do not edit!
# To regenerate, run:
#   cmake/bazel_to_cmake.sh

ruy_cc_binary(
  NAME
    ruy_example_example
  SRCS
    example.cc
  DEPS
    ruy
)

ruy_cc_binary(
  NAME
    ruy_example_parametrized_example
  SRCS
    parametrized_example.cc
  DEPS
    ruy
)

ruy_add_all_subdirs()