Sign in
android
/
toolchain
/
rustc
/
5c0824a599f2f1f4dcb9c92edf09f6c1b555988d
/
.
/
src
/
llvm-project
/
llvm
/
tools
/
llvm-libtool-darwin
/
CMakeLists.txt
blob: a06d107e1557bcee276b05b5b5eae33924ff1da9 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
BinaryFormat
Core
Object
Support
TextAPI
${LLVM_TARGETS_TO_BUILD}
)
add_llvm_tool(llvm-libtool-darwin
llvm-libtool-darwin.cpp
)
if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
add_llvm_tool_symlink(libtool llvm-libtool-darwin)
endif()