set(LLVM_NO_RTTI 1) # On Windows, the file list for liblldb is maintained in source\CMakeLists.txt. # When adding a file to this list, do not forget to add it to the other list as # well (where appropriate). add_lldb_library(lldbAPI SBAddress.cpp SBBlock.cpp SBBreakpoint.cpp SBBreakpointLocation.cpp SBBroadcaster.cpp SBCommandInterpreter.cpp SBCommandReturnObject.cpp SBCommunication.cpp SBCompileUnit.cpp SBData.cpp SBDebugger.cpp SBDeclaration.cpp SBError.cpp SBEvent.cpp SBExecutionContext.cpp SBExpressionOptions.cpp SBFileSpec.cpp SBFileSpecList.cpp SBFrame.cpp SBFunction.cpp SBHostOS.cpp SBInstruction.cpp SBInstructionList.cpp SBLineEntry.cpp SBListener.cpp SBModule.cpp SBModuleSpec.cpp SBPlatform.cpp SBProcess.cpp SBQueue.cpp SBQueueItem.cpp SBSection.cpp SBSourceManager.cpp SBStream.cpp SBStringList.cpp SBSymbol.cpp SBSymbolContext.cpp SBSymbolContextList.cpp SBTarget.cpp SBThread.cpp SBThreadCollection.cpp SBThreadPlan.cpp SBType.cpp SBTypeCategory.cpp SBTypeEnumMember.cpp SBTypeFilter.cpp SBTypeFormat.cpp SBTypeNameSpecifier.cpp SBTypeSummary.cpp SBTypeSynthetic.cpp SBValue.cpp SBValueList.cpp SBWatchpoint.cpp SBUnixSignals.cpp )