llvm-project/lldb/unittests/TestingSupport/CMakeLists.txt

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

16 lines
258 B
CMake
Raw Normal View History

set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
add_lldb_library(lldbUtilityHelpers
MockTildeExpressionResolver.cpp
TestUtilities.cpp
LINK_LIBS
lldbUtility
gtest
LINK_COMPONENTS
Support
ObjectYAML
)
add_subdirectory(Symbol)