[memprof] Move YAML traits to MemProf.h (NFC) (#118668)
[llvm-project.git] / lldb / source / Plugins / DynamicLoader / Windows-DYLD / CMakeLists.txt
blob044d67c6619a66a81d6ec2b760e2c2f2e1019f3d
1 add_lldb_library(lldbPluginDynamicLoaderWindowsDYLD PLUGIN
2   DynamicLoaderWindowsDYLD.cpp
4   LINK_LIBS
5     lldbCore
6     lldbTarget
7   LINK_COMPONENTS
8     Support
9     TargetParser
10   )