C.cmake 100 B

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