summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MIRParser/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/MIRParser/CMakeLists.txt')
-rw-r--r--lib/CodeGen/MIRParser/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/MIRParser/CMakeLists.txt b/lib/CodeGen/MIRParser/CMakeLists.txt
index 468f072ed7f3..7e757f68208f 100644
--- a/lib/CodeGen/MIRParser/CMakeLists.txt
+++ b/lib/CodeGen/MIRParser/CMakeLists.txt
@@ -1,4 +1,6 @@
add_llvm_library(LLVMMIRParser
+ MILexer.cpp
+ MIParser.cpp
MIRParser.cpp
)