4 lines
96 B
CMake
4 lines
96 B
CMake
enable_language(CXX)
|
|
set(CMAKE_CXX_CPPCHECK "${PSEUDO_CPPCHECK}")
|
|
add_executable(main main.cxx)
|