You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
337 B
24 lines
337 B
# 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()
|