27 lines · plain
1add_lldb_unittest(SymbolFilePDBTests2 SymbolFilePDBTests.cpp3 4 LINK_COMPONENTS5 Support6 DebugInfoPDB7 LINK_LIBS8 lldbCore9 lldbHost10 lldbSymbol11 lldbPluginObjectFilePECOFF12 lldbPluginPlatformWindows13 lldbPluginSymbolFileDWARF14 lldbPluginSymbolFilePDB15 lldbPluginTypeSystemClang16 lldbUtilityHelpers17 LLVMTestingSupport18 )19 20set(test_inputs21 test-pdb.exe22 test-pdb.pdb23 test-pdb-types.exe24 test-pdb-types.pdb)25 26add_unittest_inputs(SymbolFilePDBTests "${test_inputs}")27