From 71b9732ef68376252a714181e4ee2d0202548034 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 21 Aug 2009 11:28:56 +0000 Subject: [PATCH] Update CMakeLists. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79617 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index c8d6e942472..5eac6e0e537 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -2,7 +2,10 @@ add_llvm_library(LLVMMC MCAsmLexer.cpp MCAsmParser.cpp MCAsmStreamer.cpp + MCAssembler.cpp MCContext.cpp + MCMachOStreamer.cpp + MCNullStreamer.cpp MCSection.cpp MCSectionELF.cpp MCSectionMachO.cpp