Add LDC compiler to list of external OS projects using LLVM 3.8
[oota-llvm.git] / unittests / AsmParser / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   AsmParser
3   Core
4   Support
5   )
6
7 add_llvm_unittest(AsmParserTests
8   AsmParserTest.cpp
9   )