Files
linux-packaging-mono/external/llvm-project/lld/unittests/DriverTests/CMakeLists.txt

10 lines
130 B
CMake
Raw Normal View History

add_lld_unittest(DriverTests
DarwinLdDriverTest.cpp
)
target_link_libraries(DriverTests
PRIVATE
lldDriver
lldMachO
)