CXX.cmake 96 B

123
  1. enable_language(CXX)
  2. set(CMAKE_CXX_CPPCHECK "${PSEUDO_CPPCHECK}")
  3. add_executable(main main.cxx)