1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/tools/llvm-libtool-darwin/CMakeLists.txt

16 lines
239 B
CMake
Raw Normal View History

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