2018-01-26 17:06:56 +01:00

4 lines
95 B
CMake

enable_language(C)
set(CMAKE_C_CPPCHECK "${PSEUDO_CPPCHECK}" -bad)
add_executable(main main.c)