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