C.cmake 91 B

1234
  1. enable_language(C)
  2. set(CMAKE_C_CPPCHECK "${PSEUDO_CPPCHECK}")
  3. add_executable(main main.c)