diff options
Diffstat (limited to 'source/Plugins/OperatingSystem/Python/CMakeLists.txt')
-rw-r--r-- | source/Plugins/OperatingSystem/Python/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Plugins/OperatingSystem/Python/CMakeLists.txt b/source/Plugins/OperatingSystem/Python/CMakeLists.txt new file mode 100644 index 0000000000000..7188e6f67ba01 --- /dev/null +++ b/source/Plugins/OperatingSystem/Python/CMakeLists.txt @@ -0,0 +1,3 @@ +add_lldb_library(lldbPluginOSPython + OperatingSystemPython.cpp + ) |