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