llvm-project/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt

6 lines
89 B
CMake

set(LLVM_NO_RTTI 1)
add_lldb_library(lldbPluginOSPython
OperatingSystemPython.cpp
)