C-bad.cmake 93 B

123
  1. enable_language(C)
  2. set(CMAKE_C_CLANG_TIDY "${PSEUDO_TIDY}" -bad)
  3. add_executable(main main.c)