Update CMake file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76264 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2009-07-17 23:50:26 +00:00
parent 867aadfedf
commit 5918304c4c

View File

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