CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
[oota-llvm.git] / lib / Target / ARM / AsmParser / CMakeLists.txt
1 include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3 add_llvm_library(LLVMARMAsmParser
4   ARMAsmLexer.cpp
5   ARMAsmParser.cpp
6   )
7
8 target_link_libraries(LLVMARMAsmParser
9   LLVMARMInfo
10   LLVMMC
11   LLVMMCParser
12   LLVMTarget
13   )