File: MODULE.bazel

package info (click to toggle)
magic-enum 0.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,296 kB
  • sloc: cpp: 19,139; sh: 32; xml: 16; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 176 bytes parent folder | download
1
2
3
4
5
6
module(name = "magic_enum_tests")

bazel_dep(name = "magic_enum")
local_path_override(module_name = "magic_enum", path = "..")

bazel_dep(name = "rules_cc", version = "0.0.8")