11 lines
201 B
Plaintext
11 lines
201 B
Plaintext
![]() |
cc_library {
|
||
|
srcs: ["processgroup.cpp"],
|
||
|
name: "libprocessgroup",
|
||
|
shared_libs: ["libbase"],
|
||
|
export_include_dirs: ["include"],
|
||
|
cflags: [
|
||
|
"-Wall",
|
||
|
"-Werror",
|
||
|
],
|
||
|
}
|