* Logging ported from layover project with minor tweaks.
* Logging test ported over.
* Boost libraries are available.
9 lines
127 B
Python
9 lines
127 B
Python
cc_test(
|
|
name = "logging",
|
|
srcs = ["logging.cpp"],
|
|
deps = [
|
|
"//source/common:lib",
|
|
"@ut",
|
|
],
|
|
)
|