[OCaml] Add Target and TargetMachine bindings to Llvm_target
[oota-llvm.git] / unittests / CodeGen / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   asmprinter
3   codegen
4   support
5   )
6
7 set(CodeGenSources
8   DIEHashTest.cpp
9   )
10
11 add_llvm_unittest(CodeGenTests
12   ${CodeGenSources}
13   )