xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/objcxx/CMakeLists.txt (revision be691f3bb6417f04a68938fadbcaee2d5795e764)
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