Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git] / mlir / lib / Conversion / ArmNeon2dToIntr / CMakeLists.txt
blobbab9d6e289418fde5355934e181a1eab94bbd61c
1 add_mlir_conversion_library(MLIRArmNeon2dToIntr
2   ArmNeon2dToIntr.cpp
4   ADDITIONAL_HEADER_DIRS
5   ${MLIR_MAIN_INCLUDE_DIR}/mlir/Conversion/ArmNeon2dToIntr
7   DEPENDS
8   MLIRConversionPassIncGen
10   LINK_COMPONENTS
11   Core
13   LINK_LIBS PUBLIC
14   MLIRArithDialect
15   MLIRArmNeonDialect
16   MLIRPass
17   MLIRTransforms
18   MLIRIR
19   MLIRVectorDialect
20   )