mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
4 lines
100 B
CMake
4 lines
100 B
CMake
|
enable_language(C)
|
||
|
set(CMAKE_C_CLANG_TIDY "${PSEUDO_TIDY}" -some -args)
|
||
|
add_executable(main main.c)
|