]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - unittests/DriverTests/CMakeLists.txt
Vendor import of lld trunk r233088:
[FreeBSD/FreeBSD.git] / unittests / DriverTests / CMakeLists.txt
1 add_lld_unittest(DriverTests
2   UniversalDriverTest.cpp
3   GnuLdDriverTest.cpp
4   DarwinLdDriverTest.cpp
5   WinLinkDriverTest.cpp
6   WinLinkModuleDefTest.cpp
7   )
8
9 target_link_libraries(DriverTests
10   lldDriver
11   lldCore
12   lldPECOFF
13   lldMachO
14   )