aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sanitizer/include/ya.make
blob: 5495bd43722ed6a106b9b7fe913bdaab889fc264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

NO_SANITIZE()

NO_RUNTIME()

IF (USE_ARCADIA_COMPILER_RUNTIME)
    ADDINCL(GLOBAL contrib/libs/clang${COMPILER_VERSION}-rt/include)
ENDIF()

END()