view src/list/CMakeLists.txt @ 255:79bbe2c63fb0

cmake generate c from cbc
author mir3636
date Fri, 27 Jan 2017 18:24:15 +0900
parents c3314208d7b9
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(list
               list.c
               listContext.c
)