parselink-old/BUILD
Kurt Sassenrath b0ed20369f Initial commit
* Logging ported from layover project with minor tweaks.
    * Logging test ported over.
    * Boost libraries are available.
2023-09-04 16:03:58 -07:00

12 lines
253 B
Python

load("@hedron_compile_commands//:refresh_compile_commands.bzl",
"refresh_compile_commands"
)
refresh_compile_commands(
name = "refresh_compile_commands",
targets = {
"//source:parselinklog": "",
"//tests/...": "",
},
)