271309c0859149a656787794c2be1e7e20d06199
[oota-llvm.git] / unittests / MC / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   MC
3   Support
4   )
5
6 add_llvm_unittest(MCTests
7   StringTableBuilderTest.cpp
8   YAMLTest.cpp
9   )