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

8 lines
166 B
CMake
Raw Normal View History

add_llvm_library(MLIRSupport
FileUtilities.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Support
)
target_link_libraries(MLIRSupport LLVMSupport)