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

add_llvm_unittest(ObjectTests
  YAMLTest.cpp
  )