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

NO_SANITIZE()

NO_RUNTIME()

IF (CLANG16)
ADDINCL(GLOBAL contrib/libs/clang16-rt/include)
ELSE()
ADDINCL(GLOBAL contrib/libs/clang14-rt/include)
ENDIF()

END()