[llvm-commits] [llvm] r140352 - /llvm/trunk/lib/MC/CMakeLists.txt

Owen Anderson resistor at mac.com
Thu Sep 22 16:20:48 PDT 2011


Author: resistor
Date: Thu Sep 22 18:20:48 2011
New Revision: 140352

URL: http://llvm.org/viewvc/llvm-project?rev=140352&view=rev
Log:
Add new files to CMake.

Modified:
    llvm/trunk/lib/MC/CMakeLists.txt

Modified: llvm/trunk/lib/MC/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/MC/CMakeLists.txt?rev=140352&r1=140351&r2=140352&view=diff
==============================================================================
--- llvm/trunk/lib/MC/CMakeLists.txt (original)
+++ llvm/trunk/lib/MC/CMakeLists.txt Thu Sep 22 18:20:48 2011
@@ -43,6 +43,8 @@
   SubtargetFeature.cpp
   MCAsmBackend.cpp
   MCTargetAsmLexer.cpp
+  MCAtom.cpp
+  MCModule.cpp
   )
 
 add_llvm_library_dependencies(LLVMMC





More information about the llvm-commits mailing list