repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[memprof] Move YAML traits to MemProf.h (NFC) (#118668)
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
LanguageRuntime
/
ObjC
/
CMakeLists.txt
blob
e8b9415241c884ae921efee95d922bb188aba223
1
add_lldb_library(lldbPluginObjCRuntime
2
ObjCLanguageRuntime.cpp
3
4
LINK_LIBS
5
lldbCore
6
lldbSymbol
7
lldbTarget
8
lldbUtility
9
)
10
11
add_subdirectory(AppleObjCRuntime)
12
add_subdirectory(GNUstepObjCRuntime)