blob: 39d51aaf973ba88ecafec66fd2ffd6490c61b1b4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
LIBRARY()
INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)
IF (OS_LINUX AND NOT SANITIZER_TYPE)
SRCS(stockpile_linux.cpp)
ELSE()
SRCS(stockpile_other.cpp)
ENDIF()
END()
|