[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / unittests / DataFormatter / CMakeLists.txt
blobfc60bff0587980d9f315767ae8e63cd89dbdca6f
1 add_lldb_unittest(LLDBFormatterTests
2   FormatManagerTests.cpp
4   LINK_LIBS
5     lldbCore
6     lldbInterpreter
7     lldbSymbol
8     lldbTarget
9     lldbUtility
11   LINK_COMPONENTS
12     Support
13   )