llvm-project/llvm/tools/llvm-libtool-darwin/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
239 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
BinaryFormat
2020-10-30 12:44:42 +08:00
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()