add_library(mir_passes STATIC
  PassManager.cpp
  Peephole.cpp
)

target_link_libraries(mir_passes PUBLIC
  build_options
  mir_core
)
