unplugged-vendor/external/llvm-project/libc/utils/LibcTableGenUtil/CMakeLists.txt

8 lines
177 B
CMake
Raw Permalink Normal View History

add_llvm_library(
LibcTableGenUtil
APIIndexer.cpp
APIIndexer.h
LINK_COMPONENTS Support TableGen
)
target_include_directories(LibcTableGenUtil PUBLIC ${LIBC_SOURCE_DIR})