]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/yaml2obj/CMakeLists.txt
Vendor import of llvm RELEASE_351/final tag r225668 (effectively, 3.5.1 release):
[FreeBSD/FreeBSD.git] / tools / yaml2obj / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   MC
3   Object
4   Support
5   )
6
7 add_llvm_utility(yaml2obj
8   yaml2obj.cpp
9   yaml2coff.cpp
10   yaml2elf.cpp
11   )