github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/mlir/lib/Pass/CMakeLists.txt (about)

     1  file(GLOB globbed *.c *.cpp)
     2  add_llvm_library(MLIRPass
     3    ${globbed}
     4  
     5    ADDITIONAL_HEADER_DIRS
     6    ${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
     7    )
     8  add_dependencies(MLIRPass MLIRAnalysis MLIRIR LLVMSupport)
     9  target_link_libraries(MLIRPass MLIRAnalysis MLIRIR LLVMSupport)