mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
3 lines
51 B
CMake
3 lines
51 B
CMake
enable_language(C)
|
|
add_executable(exec-c module.c)
|