mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-07 07:56:19 +00:00
4 lines
88 B
CMake
4 lines
88 B
CMake
cmake_minimum_required (VERSION 2.6)
|
|
project (main)
|
|
add_executable (main main.c test.c)
|