| load("//bazel:macros.bzl", "exports_files_legacy", "generated_cc_atom") |
| |
| licenses(["notice"]) |
| |
| exports_files_legacy() |
| |
| filegroup( |
| name = "hdrs", |
| srcs = [ |
| "SkottieUtils.h", |
| ], |
| visibility = ["//modules/skottie:__pkg__"], |
| ) |
| |
| generated_cc_atom( |
| name = "SkottieUtils_hdr", |
| hdrs = ["SkottieUtils.h"], |
| visibility = ["//:__subpackages__"], |
| deps = [ |
| "//modules/skottie/include:ExternalLayer_hdr", |
| "//modules/skottie/include:SkottieProperty_hdr", |
| "//modules/skottie/include:Skottie_hdr", |
| ], |
| ) |
| |
| generated_cc_atom( |
| name = "SkottieUtils_src", |
| srcs = ["SkottieUtils.cpp"], |
| visibility = ["//:__subpackages__"], |
| deps = [":SkottieUtils_hdr"], |
| ) |