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

13 lines
229 B
CMake

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