llvm-project/mlir/lib/Pass/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
213 B
CMake
Raw Normal View History

file(GLOB globbed *.c *.cpp)
add_mlir_library(MLIRPass
${globbed}
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Pass
DEPENDS
mlir-generic-headers
LINK_LIBS PUBLIC
MLIRAnalysis
MLIRIR
)