10 lines
165 B
CMake
10 lines
165 B
CMake
add_lldb_library(lldbPluginDynamicLoaderWindowsDYLD PLUGIN
|
|
DynamicLoaderWindowsDYLD.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbTarget
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|