Silencing an MSVC C4334 warning ('<<' : result of 32-bit shift implicitly converted...
[oota-llvm.git] / unittests / MC / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   MC
3   MCAnalysis
4   Support
5   )
6
7 add_llvm_unittest(MCTests
8   MCAtomTest.cpp
9   StringTableBuilderTest.cpp
10   YAMLTest.cpp
11   )