summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/TestingSupport/CMakeLists.txt
blob: 7efe6f57d98784a2f531f07b41917053616b86b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)
OpenPOWER on IntegriCloud