Files
linux-packaging-mono/external/llvm-project/lldb/unittests/Breakpoint/CMakeLists.txt

10 lines
149 B
CMake
Raw Normal View History

add_lldb_unittest(LLDBBreakpointTests
BreakpointIDTest.cpp
LINK_LIBS
lldbBreakpoint
lldbCore
LINK_COMPONENTS
Support
)