summaryrefslogtreecommitdiffstats
path: root/02_exercise/CMakeLists.txt
blob: 0cf7c2038105cf5cd309351e743120f871893e92 (plain) (blame)
1
2
3
4
5
cmake_minimum_required(VERSION 3.5)

project(shell)

add_executable(shell array.c shell.c)