Sign in
llvm
/
llvm-project
/
bae540e945fd17a29cbab90e0ab0eec2667a28fe
/
.
/
lld
/
unittests
/
DriverTests
/
CMakeLists.txt
blob: d9ff62cddd571e031a5e5715c2c381da52292ece [
file
] [
log
] [
blame
]
add_lld_unittest(DriverTests
UniversalDriverTest.cpp
GnuLdDriverTest.cpp
DarwinLdDriverTest.cpp
WinLinkDriverTest.cpp
WinLinkModuleDefTest.cpp
)
target_link_libraries(DriverTests
lldDriver
lldCOFF
lldCore
lldPECOFF
lldMachO
)