oh yeah, cmake needs to be told explicitly about new files :)
authorChris Lattner <sabre@nondot.org>
Sun, 21 Jun 2009 07:19:34 +0000 (07:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Jun 2009 07:19:34 +0000 (07:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73849 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/CMakeLists.txt

index bde11592c634eb1da5b86eaff5f9e929c78be56f..b71fa5493f0a108aa939b5c073c7e29fc035a114 100644 (file)
@@ -2,4 +2,5 @@ set(LLVM_LINK_COMPONENTS support)
 
 add_llvm_tool(llvm-mc
   llvm-mc.cpp
+  AsmLexer.cpp
   )