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

     1  file(GLOB globbed *.c *.cpp)
     2  add_llvm_library(MLIRStandardOps
     3    ${globbed}
     4  
     5    ADDITIONAL_HEADER_DIRS
     6    ${MLIR_MAIN_INCLUDE_DIR}/mlir/Dialect/StandardOps
     7    )
     8  add_dependencies(MLIRStandardOps MLIRStandardOpsIncGen LLVMSupport)
     9  target_link_libraries(MLIRStandardOps LLVMSupport)