We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01303a3 + 4e44618 commit 5809d12Copy full SHA for 5809d12
1 file changed
third-party/mockturtle/BUILD
@@ -4,6 +4,12 @@
4
load("@rules_cc//cc:cc_library.bzl", "cc_library")
5
load("@rules_cc//cc:cc_test.bzl", "cc_test")
6
7
+package(
8
+ features = [
9
+ "layering_check",
10
+ ],
11
+)
12
+
13
cc_library(
14
name = "mockturtle",
15
hdrs = glob(["include/mockturtle/**/*.hpp"]) + glob([
@@ -20,10 +26,8 @@ cc_library(
20
26
],
21
27
visibility = ["//visibility:public"],
22
28
deps = [
23
- "@abseil-cpp//absl/base:core_headers",
24
29
"@abseil-cpp//absl/container:flat_hash_map",
25
- "@abseil-cpp//absl/random:random",
- "@spdlog",
30
+ "@fmt",
31
32
)
33
0 commit comments