Update CMake file.

llvm-svn: 76264
This commit is contained in:
Ted Kremenek 2009-07-17 23:50:26 +00:00
parent be35620902
commit 915b1229d4
1 changed files with 1 additions and 0 deletions

View File

@ -2,4 +2,5 @@ add_llvm_library(LLVMMC
MCAsmStreamer.cpp
MCContext.cpp
MCStreamer.cpp
TargetAsmParser.cpp
)