|
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
|
|
add_lldb_library(lldbUtilityHelpers
|
|
MockTildeExpressionResolver.cpp
|
|
TestUtilities.cpp
|
|
|
|
LINK_LIBS
|
|
lldbUtility
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
ObjectYAML
|
|
)
|
|
include_directories(${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest/include)
|