brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · 9d12495 Raw
10 lines · plain
1add_lldb_unittest(ProcessPOSIXTests2  NativeProcessELFTest.cpp3 4  LINK_LIBS5    lldbPluginProcessPOSIX6  )7 8target_include_directories(ProcessPOSIXTests PRIVATE9  ${LLDB_SOURCE_DIR}/source/Plugins/Process/POSIX)10