mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
10 lines
133 B
CMake
10 lines
133 B
CMake
add_lld_library(lldConfig
|
|
Version.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
${LLD_INCLUDE_DIR}/lld/Config
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|