llvm-project/lld/unittests/DriverTests/CMakeLists.txt

11 lines
181 B
CMake

add_lld_unittest(DriverTests
UniversalDriverTest.cpp
GnuLdDriverTest.cpp
DarwinLdDriverTest.cpp
WinLinkDriverTest.cpp
)
target_link_libraries(DriverTests
lldDriver
)