llvm-project/lldb/unittests/Process/Linux/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
211 B
CMake
Raw Normal View History

add_lldb_unittest(TraceIntelPTTests
IntelPTManagerTests.cpp
LINK_LIBS
lldbPluginProcessLinux
)
target_include_directories(TraceIntelPTTests PRIVATE
${LLDB_SOURCE_DIR}/source/Plugins/Process/Linux)