aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/ut/stdin_osfhandle/ya.make
blob: d71ab22e694a955499c7cf1d182947a12ad6824b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PROGRAM()

OWNER(g:util)
SUBSCRIBER(g:util-subscribers)

SRCS(
    main.cpp
)

NO_UTIL()

BUILD_ONLY_IF(OS_WINDOWS)

END()