1
0
forked from vitrine/wmaker

Copy autotools-generated configs into Bazel tree.

This commit is contained in:
2024-10-31 21:57:03 -04:00
parent 1c3a2f17d3
commit 3667fbe247

7
bazel/config/BUILD.bazel Normal file
View File

@@ -0,0 +1,7 @@
cc_library(
name = "config",
hdrs = [
"config.h",
"config-paths.h",
],
)