blob: 6021f3ea29e3fc6bc63027673d77909f504f03d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
PY23_LIBRARY()
STYLE_PYTHON()
PY_SRCS(
NAMESPACE handlers.tool
__init__.py
)
PEERDIR(
devtools/ya/app
devtools/ya/build/build_opts
devtools/ya/core
devtools/ya/core/config
devtools/ya/core/respawn
devtools/ya/core/yarg
devtools/ya/exts
devtools/ya/yalibrary/platform_matcher
devtools/ya/yalibrary/tools
devtools/ya/yalibrary/toolscache
library/python/windows
)
END()
RECURSE(
tests
)
RECURSE_FOR_TESTS(
bin
tests
)
|