xref: /llvm-project/libcxx/test/tools/CMakeLists.txt (revision 6775285e7695f2d45cf455f5d31b2c9fa9362d3d)
1
2set(LIBCXX_TEST_TOOLS_PATH ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
3
4if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
5  message(STATUS "Clang-tidy tests are disabled due to non-clang based compiler.")
6  return()
7endif()
8add_subdirectory(clang_tidy_checks)
9