985ebe20098854afc12c6c603a8e0dc491c748e3
[oota-llvm.git] / lib / AsmParser / CMakeLists.txt
1 # AsmParser
2 add_llvm_library(LLVMAsmParser
3   LLLexer.cpp
4   LLParser.cpp
5   Parser.cpp
6   )