Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 1 | set(LLVM_NO_RTTI 1) |
| 2 | |
Todd Fiala | 5d1b9c73 | 2014-06-24 21:38:31 +0000 | [diff] [blame] | 3 | # On Windows, the file list for liblldb is maintained in source\CMakeLists.txt. |
| 4 | # When adding a file to this list, do not forget to add it to the other list as |
| 5 | # well (where appropriate). |
Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 6 | add_lldb_library(lldbAPI |
| 7 | SBAddress.cpp |
| 8 | SBBlock.cpp |
| 9 | SBBreakpoint.cpp |
| 10 | SBBreakpointLocation.cpp |
| 11 | SBBroadcaster.cpp |
| 12 | SBCommandInterpreter.cpp |
| 13 | SBCommandReturnObject.cpp |
| 14 | SBCommunication.cpp |
| 15 | SBCompileUnit.cpp |
| 16 | SBData.cpp |
| 17 | SBDebugger.cpp |
| 18 | SBDeclaration.cpp |
| 19 | SBError.cpp |
| 20 | SBEvent.cpp |
| 21 | SBExpressionOptions.cpp |
| 22 | SBFileSpec.cpp |
| 23 | SBFileSpecList.cpp |
| 24 | SBFrame.cpp |
| 25 | SBFunction.cpp |
| 26 | SBHostOS.cpp |
Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 27 | SBInstruction.cpp |
| 28 | SBInstructionList.cpp |
| 29 | SBLineEntry.cpp |
| 30 | SBListener.cpp |
| 31 | SBModule.cpp |
| 32 | SBModuleSpec.cpp |
Ed Maste | 5341404 | 2013-11-21 14:38:22 +0000 | [diff] [blame] | 33 | SBPlatform.cpp |
Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 34 | SBProcess.cpp |
Jason Molenda | 5e8dce4 | 2013-12-13 00:29:16 +0000 | [diff] [blame] | 35 | SBQueue.cpp |
| 36 | SBQueueItem.cpp |
Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 37 | SBSection.cpp |
| 38 | SBSourceManager.cpp |
| 39 | SBStream.cpp |
| 40 | SBStringList.cpp |
| 41 | SBSymbol.cpp |
| 42 | SBSymbolContext.cpp |
| 43 | SBSymbolContextList.cpp |
| 44 | SBTarget.cpp |
| 45 | SBThread.cpp |
Kuba Brecka | aaa0b81 | 2014-09-06 01:22:55 +0000 | [diff] [blame] | 46 | SBThreadCollection.cpp |
Todd Fiala | 8a3716b | 2014-09-30 15:58:56 +0000 | [diff] [blame^] | 47 | SBThreadPlan.cpp |
Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 48 | SBType.cpp |
| 49 | SBTypeCategory.cpp |
Todd Fiala | 732215f | 2014-06-02 20:55:29 +0000 | [diff] [blame] | 50 | SBTypeEnumMember.cpp |
Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 51 | SBTypeFilter.cpp |
| 52 | SBTypeFormat.cpp |
| 53 | SBTypeNameSpecifier.cpp |
| 54 | SBTypeSummary.cpp |
| 55 | SBTypeSynthetic.cpp |
| 56 | SBValue.cpp |
| 57 | SBValueList.cpp |
| 58 | SBWatchpoint.cpp |
Todd Fiala | 802dc402 | 2014-06-23 19:30:49 +0000 | [diff] [blame] | 59 | SBUnixSignals.cpp |
Joerg Sonnenberger | 340a175 | 2013-09-25 10:37:32 +0000 | [diff] [blame] | 60 | ) |