[PATCH] D72232: [mlir] Update mlir/CMakeLists.txt to install *.def files
Alex Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 01:03:34 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaab72f89b19a: [mlir] Update mlir/CMakeLists.txt to install *.def files (authored by kernhanda, committed by ftynse).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72232/new/
https://reviews.llvm.org/D72232
Files:
mlir/CMakeLists.txt
Index: mlir/CMakeLists.txt
===================================================================
--- mlir/CMakeLists.txt
+++ mlir/CMakeLists.txt
@@ -89,6 +89,7 @@
DESTINATION include
COMPONENT mlir-headers
FILES_MATCHING
+ PATTERN "*.def"
PATTERN "*.h"
PATTERN "*.inc"
PATTERN "*.td"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72232.236308.patch
Type: text/x-patch
Size: 315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/45e9aacc/attachment-0001.bin>
More information about the llvm-commits
mailing list