mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 06:36:07 +00:00
16 lines
239 B
CMake
16 lines
239 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BinaryFormat
|
|
Core
|
|
Object
|
|
Support
|
|
TextAPI
|
|
)
|
|
|
|
add_llvm_tool(llvm-libtool-darwin
|
|
llvm-libtool-darwin.cpp
|
|
)
|
|
|
|
if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
|
|
add_llvm_tool_symlink(libtool llvm-libtool-darwin)
|
|
endif()
|