forked from OSchip/llvm-project
8 lines
166 B
CMake
8 lines
166 B
CMake
|
add_llvm_library(MLIRSupport
|
||
|
FileUtilities.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Support
|
||
|
)
|
||
|
target_link_libraries(MLIRSupport LLVMSupport)
|