[Preprocessor][test] Test ARM64EC definitions (#78916)
[llvm-project.git] / libc / utils / LibcTableGenUtil / CMakeLists.txt
blobdca6a7bb83065571d865e97c59479c7c206c9e61
1 add_llvm_library(
2   LibcTableGenUtil
3   APIIndexer.cpp
4   APIIndexer.h
5   DISABLE_LLVM_LINK_LLVM_DYLIB
6   LINK_COMPONENTS Support TableGen
8 target_include_directories(LibcTableGenUtil PUBLIC ${LIBC_SOURCE_DIR})
9 target_include_directories(LibcTableGenUtil PRIVATE ${LLVM_INCLUDE_DIR} ${LLVM_MAIN_INCLUDE_DIR})