7 lines
129 B
Plaintext
7 lines
129 B
Plaintext
|
|
import("//build/libs/TEMPLATE.gni")
|
||
|
|
|
||
|
|
xOS_static_library("libipc") {
|
||
|
|
sources = []
|
||
|
|
configs = [ "//build/libs:libcxx_flags" ]
|
||
|
|
}
|