CMakeLists.txt 95 B

12345678
  1. set(LLVM_LINK_COMPONENTS
  2. Object
  3. Support
  4. )
  5. add_llvm_tool(macho-dump
  6. macho-dump.cpp
  7. )