aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/ut/stdin_osfhandle/ya.make
blob: 5d3701adf01f30e68cd83fab8e9d89ed2bb1b209 (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()