mirror of https://github.com/llvm/torch-mlir
7 lines
197 B
CMake
7 lines
197 B
CMake
|
add_subdirectory(Common)
|
||
|
|
||
|
# Currently this doesn't introduce any actual dependency on IREE, so add it
|
||
|
# unconditionally.
|
||
|
# TODO: Put this behind the NPCOMP_ENABLE_IREE flag.
|
||
|
add_subdirectory(IREE)
|