15 lines
241 B
CMake
15 lines
241 B
CMake
add_lld_unittest(DriverTests
|
|
UniversalDriverTest.cpp
|
|
GnuLdDriverTest.cpp
|
|
DarwinLdDriverTest.cpp
|
|
WinLinkDriverTest.cpp
|
|
WinLinkModuleDefTest.cpp
|
|
)
|
|
|
|
target_link_libraries(DriverTests
|
|
lldDriver
|
|
lldCore
|
|
lldPECOFF
|
|
lldMachO
|
|
)
|