Home | History | Annotate | Download | only in llvm-strings
      1 set(LLVM_LINK_COMPONENTS
      2   Core
      3   Object
      4   Support
      5   )
      6 
      7 add_llvm_tool(llvm-strings
      8   llvm-strings.cpp
      9   )
     10 
     11 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
     12   add_llvm_tool_symlink(strings llvm-strings)
     13 endif()
     14