xref: /llvm-project/lld/unittests/AsLibELF/CMakeLists.txt (revision 6f2e92c10cebca51f9bc98b99fa3b5583ff396c4)
1# Test usage of LLD as a library.
2# This test covers a more singular case where only one LLD driver is used in the
3# target application executable.
4
5add_lld_unittests(LLDAsLibELFTests
6  ROCm.cpp
7  SomeDrivers.cpp
8)
9
10target_link_libraries(LLDAsLibELFTests
11  PRIVATE
12  lldCommon
13  lldELF
14)
15