mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 17:49:07 +08:00
6 lines
65 B
Plaintext
6 lines
65 B
Plaintext
|
static_library("chromium-base") {
|
||
|
deps = [
|
||
|
"//base",
|
||
|
]
|
||
|
}
|