OpenGrok
Cross Reference: CMakeLists.txt
xref
: /
external
/
lldb
/
source
/
Host
/
linux
/
CMakeLists.txt
Home
|
History
|
Annotate
|
Download
|
only in
linux
1
set(LLVM_NO_RTTI 1)
2
3
add_lldb_library(lldbHostLinux
4
Host.cpp
5
)
6