view src/list/CMakeLists.txt @ 118:32773f506410

remove code stack, add continuation of rotateL/totateR
author ikkun
date Mon, 26 Sep 2016 19:54:24 +0900
parents c3314208d7b9
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(list
               list.c
               listContext.c
)