CXX.cmake 106 B

123
  1. enable_language(CXX)
  2. set(CMAKE_CXX_CLANG_TIDY "${PSEUDO_TIDY}" -some -args)
  3. add_executable(main main.cxx)