3 lines
49 B
CMake
3 lines
49 B
CMake
enable_language(C)
|
|
add_executable(hello hello.c)
|
enable_language(C)
|
|
add_executable(hello hello.c)
|