llvm-project/lld/lib/ReaderWriter/YAML/CMakeLists.txt

7 lines
92 B
CMake
Raw Normal View History

add_llvm_library(lldYAML
ReaderWriterYAML.cpp
LINK_LIBS
lldCore
LLVMSupport
)