CMakeLists.txt 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 add_llvm_library( LibcTableGenUtil APIIndexer.cpp APIIndexer.h LINK_COMPONENTS Support TableGen ) target_include_directories(LibcTableGenUtil PUBLIC ${LIBC_SOURCE_DIR})