* Logging ported from layover project with minor tweaks.
* Logging test ported over.
* Boost libraries are available.
12 lines
253 B
Python
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/...": "",
|
|
},
|
|
)
|