20 lines · plain
1remove_module_flags()2include_directories(.)3 4add_lldb_library(lldbPluginPlatformMacOSXObjCXX5 PlatformiOSSimulatorCoreSimulatorSupport.mm6 7 LINK_COMPONENTS8 Object9 Support10 LINK_LIBS11 lldbCore12 lldbSymbol13 lldbTarget14 lldbUtility15 ${EXTRA_LIBS}16 )17 18 19target_compile_options(lldbPluginPlatformMacOSXObjCXX PRIVATE -fno-objc-exceptions)20