llvm-project/lld/tools/lld-core/CMakeLists.txt

17 lines
206 B
CMake

set(LLVM_USED_LIBS
lldCore
lldPasses
lldDarwinPlatform
)
set(LLVM_LINK_COMPONENTS
support
)
add_lld_executable(lld-core
lld-core.cpp
)
install(TARGETS lld-core
RUNTIME DESTINATION bin)