[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / unittests / MC / CMakeLists.txt
blob5dcbef2296d0d3b52756c8d4a2bee3f33fd20841
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   MC
4   MCDisassembler
5   Support
6   )
8 add_llvm_unittest(MCTests
9   Disassembler.cpp
10   DwarfLineTables.cpp
11   MCInstPrinter.cpp
12   StringTableBuilderTest.cpp
13   TargetRegistry.cpp
14   )