oh yeah, cmake needs to be told explicitly about new files :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73849 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-06-21 07:19:34 +00:00
parent a59e877996
commit 4577bbaa12

View File

@ -2,4 +2,5 @@ set(LLVM_LINK_COMPONENTS support)
add_llvm_tool(llvm-mc
llvm-mc.cpp
AsmLexer.cpp
)