aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/global/ya.make
blob: a423fb15390024152216f8e06fe9448e3bc4b5fe (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
LIBRARY()

INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)

SRCS(
    impl.cpp
)

PEERDIR(
    library/cpp/yt/assert
    library/cpp/yt/misc
    library/cpp/yt/memory
    library/cpp/yt/threading
)

END()

RECURSE_FOR_TESTS(
    unittests/global_variable/just_works_ut
    unittests/global_variable/missing_module_ut
    unittests/global_variable/odr_violation_avoidance_ut
    unittests/global_variable/two_modules_ut
)