view src/list/CMakeLists.txt @ 119:b224aa7b80a0

remove code stack, stack clear is directly called
author ikkun
date Mon, 26 Sep 2016 20:20:16 +0900
parents c3314208d7b9
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(list
               list.c
               listContext.c
)