1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/tools/llvm-libtool-darwin/CMakeLists.txt
2020-10-30 00:46:23 -04:00

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()