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

8 lines
104 B
CMake

add_lld_library(lldYAML
ReaderWriterYAML.cpp
)
target_link_libraries(lldYAML
lldReaderWriter
)