Try to fix MSVC warning.
[oota-llvm.git] / unittests / MC / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   MCAnalysis
3   )
4
5 add_llvm_unittest(MCTests
6   MCAtomTest.cpp
7   StringTableBuilderTest.cpp
8   YAMLTest.cpp
9   )