xref: /llvm-project/llvm/lib/IRPrinter/CMakeLists.txt (revision f102fe73044062542f022182381c17172a999db2)
17059a6c3SAlexander Shaposhnikovadd_llvm_component_library(LLVMIRPrinter
27059a6c3SAlexander Shaposhnikov  IRPrintingPasses.cpp
37059a6c3SAlexander Shaposhnikov
47059a6c3SAlexander Shaposhnikov  ADDITIONAL_HEADER_DIRS
57059a6c3SAlexander Shaposhnikov  ${LLVM_MAIN_INCLUDE_DIR}/llvm/IRPrinter
67059a6c3SAlexander Shaposhnikov
77059a6c3SAlexander Shaposhnikov  DEPENDS
87059a6c3SAlexander Shaposhnikov  intrinsics_gen
97059a6c3SAlexander Shaposhnikov
107059a6c3SAlexander Shaposhnikov  LINK_COMPONENTS
11*f102fe73SAlexander Shaposhnikov  Analysis
127059a6c3SAlexander Shaposhnikov  Core
137059a6c3SAlexander Shaposhnikov  Support
147059a6c3SAlexander Shaposhnikov  )
15