Files
clang-p2996/mlir/lib/Dialect/Quant/CMakeLists.txt
River Riddle 14124c3025 [mlir][NFC] Split MlirQuant into proper IR/Utils/Transforms libraries
This matches the structure of other dialects, and also removes
unnecessary dependencies from the core dialect lib.
2022-02-03 10:54:52 -08:00

4 lines
74 B
CMake

add_subdirectory(IR)
add_subdirectory(Transforms)
add_subdirectory(Utils)