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