Files
clang-p2996/libc/utils/LibcTableGenUtil/CMakeLists.txt
2020-09-15 14:26:04 +00:00

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})