xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/CMakeLists.txt (revision 1a8dbaac879b9f3335ad7fb25429ce63ac1d6bac)
1add_lldb_library(lldbPluginObjCRuntime PLUGIN
2  ObjCLanguageRuntime.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbSymbol
7    lldbTarget
8    lldbUtility
9)
10add_subdirectory(AppleObjCRuntime)
11