torch-mlir/lib/Backend/CMakeLists.txt

7 lines
274 B
CMake

add_subdirectory(Common)
# We include this unconditionally, because we use the `iree-dialects` public
# op surface area to target IREE. No "external" C++ dependency is needed
# because we copy those files into npcomp and build them into our compiler
add_subdirectory(IREE)