diff options
Diffstat (limited to 'source/Plugins/UnwindAssembly/x86/CMakeLists.txt')
-rw-r--r-- | source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Plugins/UnwindAssembly/x86/CMakeLists.txt b/source/Plugins/UnwindAssembly/x86/CMakeLists.txt new file mode 100644 index 0000000000000..6ae63891bcc38 --- /dev/null +++ b/source/Plugins/UnwindAssembly/x86/CMakeLists.txt @@ -0,0 +1,3 @@ +add_lldb_library(lldbPluginUnwindAssemblyX86 + UnwindAssembly-x86.cpp + ) |