2017-04-14 19:02:05 +02:00

4 lines
93 B
CMake

enable_language(C)
set(CMAKE_C_CLANG_TIDY "${PSEUDO_TIDY}" -bad)
add_executable(main main.c)