mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 06:13:39 +03:00
10 lines
103 B
Text
10 lines
103 B
Text
executable("test") {
|
|
sources = [
|
|
"stuff.cc",
|
|
"things.cc"
|
|
]
|
|
|
|
deps = [
|
|
"//base",
|
|
]
|
|
}
|