123456789101112131415161718192021222324252627282930 |
- # Generated by devtools/yamaker.
- LIBRARY()
- LICENSE(Apache-2.0 WITH LLVM-exception)
- LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
- PEERDIR(
- contrib/libs/llvm16
- contrib/libs/llvm16/include
- contrib/libs/llvm16/lib/MC
- contrib/libs/llvm16/lib/Support
- )
- ADDINCL(
- ${ARCADIA_BUILD_ROOT}/contrib/libs/llvm16/lib/Target/WebAssembly
- contrib/libs/llvm16/lib/Target/WebAssembly
- contrib/libs/llvm16/lib/Target/WebAssembly/TargetInfo
- )
- NO_COMPILER_WARNINGS()
- NO_UTIL()
- SRCS(
- WebAssemblyTargetInfo.cpp
- )
- END()
|