brintos

brintos / llvm-project-archived public Read only

0
0
Text · 640 B · 96c0375 Raw
30 lines · plain
1#===-- lib/Utils/CMakeLists.txt --------------------------------------------===#2#3# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4# See https://llvm.org/LICENSE.txt for license information.5# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6#7#===------------------------------------------------------------------------===#8 9add_flang_library(FortranUtils10  OpenMP.cpp11 12  DEPENDS13  FIRDialect14  FIRBuilder15  HLFIRDialect16 17  LINK_LIBS18  FIRDialect19  FIRBuilder20  FortranEvaluate21  FortranSupport22  HLFIRDialect23 24  MLIR_LIBS25  MLIRSupport26  MLIROpenMPDialect27  MLIRTransformUtils28  MLIRArithDialect29)30