[NFC][analyzer][docs] Crosslink MallocChecker's ownership attributes (#121939)
[llvm-project.git] / lldb / unittests / Process / Linux / CMakeLists.txt
blob9d91dd58cd7053f2ad43d0e9c0efab29e8aa58f3
1 add_lldb_unittest(ProcessLinuxTests
2   PerfTests.cpp
3   ProcfsTests.cpp
5   LINK_LIBS
6     lldbPluginProcessLinux
7   )
9 target_include_directories(ProcessLinuxTests PRIVATE
10   ${LLDB_SOURCE_DIR}/source/Plugins/Process/Linux)