Files
clang-p2996/lldb/source/Plugins/Platform/POSIX/CMakeLists.txt
Pavel Labath d65e6ff2f1 Revert "[lldb] Remove the global platform list"
It makes module dependencies loopier.

This reverts commits 49cffe3c7f and
ffb9429b6f.
2022-03-09 18:13:45 +01:00

12 lines
189 B
CMake

add_lldb_library(lldbPluginPlatformPOSIX
PlatformPOSIX.cpp
LINK_LIBS
lldbCore
lldbExpression
lldbHost
lldbInterpreter
lldbTarget
lldbPluginTypeSystemClang
)