[libc++][NFC] Remove trailing whitespace from release notes
[llvm-project.git] / lldb / source / Plugins / Platform / MacOSX / objcxx / CMakeLists.txt
blob7d094a5865c43e9a5e0e121d5348b1461683a59f
1 remove_module_flags()
2 include_directories(.)
4 add_lldb_library(lldbPluginPlatformMacOSXObjCXX
5   PlatformiOSSimulatorCoreSimulatorSupport.mm
7   LINK_LIBS
8     lldbCore
9     lldbSymbol
10     lldbTarget
11     lldbUtility
12     ${EXTRA_LIBS}
14   LINK_COMPONENTS
15     Object
16     Support
17   )
20 target_compile_options(lldbPluginPlatformMacOSXObjCXX PRIVATE -fno-objc-exceptions)