4 lines
96 B
CMake
4 lines
96 B
CMake
enable_language(C)
|
|
set(CMAKE_C_CPPLINT "${PSEUDO_CPPLINT}" --error)
|
|
add_executable(main main.c)
|