This class is currently used by two tools: HdrGen and PrototypeTestGen. We will be adding more tools based on this class so it is convenient to keep it in a util library of its own.
8 lines
168 B
CMake
8 lines
168 B
CMake
add_llvm_library(
|
|
LibcTableGenUtil
|
|
APIIndexer.cpp
|
|
APIIndexer.h
|
|
LINK_COMPONENTS Support
|
|
)
|
|
target_include_directories(LibcTableGenUtil PUBLIC ${LIBC_SOURCE_DIR})
|