xref: /openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/CMakeLists.txt (revision d415bd752c734aee168c4ee86ff32e8cc249eb16)
1set(LLVM_LINK_COMPONENTS
2  BinaryFormat
3  Core
4  Object
5  Support
6  TargetParser
7  TextAPI
8  ${LLVM_TARGETS_TO_BUILD}
9  )
10
11add_llvm_tool(llvm-libtool-darwin
12  llvm-libtool-darwin.cpp
13)
14
15if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
16  add_llvm_tool_symlink(libtool llvm-libtool-darwin)
17endif()
18