summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Testing/Support/CMakeLists.txt
blob: fa8dfe59c8bdbbc52199b651b28dc14e477f451f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_llvm_library(LLVMTestingSupport
  Error.cpp

  BUILDTREE_ONLY
  
  ADDITIONAL_HEADER_DIRS
  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Testing/Support
  )

include_directories(${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest/include)
include_directories(${LLVM_MAIN_SRC_DIR}/utils/unittest/googlemock/include)
target_link_libraries(LLVMTestingSupport PRIVATE gtest)
OpenPOWER on IntegriCloud