summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-04-07 23:05:23 +0000
committerTed Kremenek <kremenek@apple.com>2010-04-07 23:05:23 +0000
commit28e830d25f035508c61fd376fa07e390e0bec54b (patch)
tree07d16155b8b648aa46a3363e3d15c403532867c6 /lib
parentda6379242cc5c4aa7e1b4dc28875322ca9734058 (diff)
downloadllvm-28e830d25f035508c61fd376fa07e390e0bec54b.tar.gz
llvm-28e830d25f035508c61fd376fa07e390e0bec54b.tar.bz2
llvm-28e830d25f035508c61fd376fa07e390e0bec54b.tar.xz
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/AsmParser/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/AsmParser/CMakeLists.txt b/lib/Target/ARM/AsmParser/CMakeLists.txt
index 308c6cff8d..9ba7c0125d 100644
--- a/lib/Target/ARM/AsmParser/CMakeLists.txt
+++ b/lib/Target/ARM/AsmParser/CMakeLists.txt
@@ -1,6 +1,7 @@
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
add_llvm_library(LLVMARMAsmParser
+ ARMAsmLexer.cpp
ARMAsmParser.cpp
)