blob: 1b8296d1ee1518c9e395d916e183bd190a4ccf9a (
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
34
35
36
37
|
PY23_LIBRARY()
STYLE_PYTHON()
PY_SRCS(
NAMESPACE handlers.gc
__init__.py
)
PEERDIR(
contrib/python/six
devtools/ya/app
devtools/ya/build
devtools/ya/build/build_opts
devtools/ya/core
devtools/ya/core/config
devtools/ya/core/yarg
devtools/ya/exts
devtools/ya/yalibrary/runner
devtools/ya/yalibrary/store
devtools/ya/yalibrary/toolscache
library/python/fs
library/python/windows
)
IF (NOT YA_OPENSOURCE)
PEERDIR(
devtools/ya/yalibrary/store/yt_store # see YA-938
)
ENDIF()
END()
RECURSE_FOR_TESTS(
bin
tests
)
|