summaryrefslogtreecommitdiff
path: root/unittests/Object/CMakeLists.txt
blob: 580a894362d24eb85512e9339625d0929dc7b171 (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  Object
  Support
  )

add_llvm_unittest(ObjectTests
  StringTableBuilderTest.cpp
  YAMLTest.cpp
  )