summaryrefslogtreecommitdiff
path: root/utils/FileUpdate/CMakeLists.txt
blob: ce7478f77af37cdfdc40c656d50de19eaf281844 (plain)
1
2
3
4
5
add_llvm_utility(FileUpdate
  FileUpdate.cpp
  )

target_link_libraries(FileUpdate LLVMSupport)