1add_lldb_library(lldbPluginPlatformPOSIX 2 PlatformPOSIX.cpp 3 4 LINK_LIBS 5 lldbCore 6 lldbExpression 7 lldbHost 8 lldbInterpreter 9 lldbTarget 10 lldbValueObject 11 lldbPluginPlatformGDB 12 lldbPluginTypeSystemClang 13 ) 14