]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/ReaderWriter/YAML/CMakeLists.txt
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / lib / ReaderWriter / YAML / CMakeLists.txt
1 add_llvm_library(lldYAML
2   ReaderWriterYAML.cpp
3   LINK_LIBS
4     lldCore
5     LLVMSupport
6   )