6 lines
90 B
CMake
6 lines
90 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_lldb_library(lldbPluginObjectFileMachO
|
|
ObjectFileMachO.cpp
|
|
)
|