Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-12-14
/
.
/
libc
/
utils
/
LibcTableGenUtil
/
CMakeLists.txt
blob: 222f177ee2f77066af7bf72dce5f68198f56d171 [
file
] [
log
] [
blame
] [
edit
]
add_llvm_library(
LibcTableGenUtil
APIIndexer.cpp
APIIndexer.h
DISABLE_LLVM_LINK_LLVM_DYLIB
LINK_COMPONENTS Support TableGen
)
target_include_directories(LibcTableGenUtil PUBLIC ${LIBC_SOURCE_DIR})