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

9 lines
134 B
CMake
Raw Normal View History

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