1remove_module_flags() 2include_directories(.) 3 4add_lldb_library(lldbPluginPlatformMacOSXObjCXX 5 PlatformiOSSimulatorCoreSimulatorSupport.mm 6 7 LINK_LIBS 8 lldbCore 9 lldbSymbol 10 lldbTarget 11 lldbUtility 12 ${EXTRA_LIBS} 13 14 LINK_COMPONENTS 15 Object 16 Support 17 ) 18 19 20target_compile_options(lldbPluginPlatformMacOSXObjCXX PRIVATE -fno-objc-exceptions) 21