summaryrefslogtreecommitdiff
path: root/tools/llvm-extract/CMakeLists.txt
blob: e3b728c69d642822b1d6a7151f7764c9768d1422 (plain)
1
2
3
4
5
6
7
8
9
10
add_llvm_tool(llvm-extract
  llvm-extract.cpp
  )

target_link_libraries(llvm-extract
  LLVMAsmParser
  LLVMipo
  LLVMBitReader
  LLVMBitWriter
  )