aboutsummaryrefslogtreecommitdiff
path: root/lib/ReaderWriter/YAML/CMakeLists.txt
blob: 5c25444e5dbc488d90a7dcfc384f1b64f7083059 (plain) (blame)
1
2
3
4
5
6
add_lld_library(lldYAML
  ReaderWriterYAML.cpp
  LINK_LIBS
    lldCore
    LLVMSupport
  )