mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 02:33:07 +00:00
10 lines
130 B
CMake
10 lines
130 B
CMake
add_lld_unittest(DriverTests
|
|
DarwinLdDriverTest.cpp
|
|
)
|
|
|
|
target_link_libraries(DriverTests
|
|
PRIVATE
|
|
lldDriver
|
|
lldMachO
|
|
)
|