llvm-project/libc/utils/LibcTableGenUtil/CMakeLists.txt

8 lines
177 B
CMake

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