aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/libs/test/targets/prog/ya.make
blob: c37d25f1876dbd809684b91626d05bfea42c62ab (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
LIBRARY(prg_exec_mon)

WITHOUT_LICENSE_TEXTS()

LICENSE(BSL-1.0)

OWNER(
    antoshkka
    g:cpp-committee
    g:cpp-contrib
)

INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc)
PEERDIR(
    ${BOOST_ROOT}
)

SRCDIR(${BOOST_ROOT}/libs/test/src)

SRCS(
    execution_monitor.cpp
    debug.cpp
    cpp_main.cpp
)

END()