1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-07 07:56:19 +00:00
debugging/03_day/cmake/CMakeLists.txt
2015-12-13 22:34:58 +09:00

4 lines
88 B
CMake

cmake_minimum_required (VERSION 2.6)
project (main)
add_executable (main main.c test.c)