aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/MC/CMakeLists.txt
blob: e2beab22ff997f11701d74a53aecd004eb62996e (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  MCAnalysis
  )

add_llvm_unittest(MCTests
  MCAtomTest.cpp
  StringTableBuilderTest.cpp
  YAMLTest.cpp
  )