view src/list/CMakeLists.txt @ 17:1eb599acffe4

modify allocate
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 21 Apr 2015 02:28:57 +0900
parents a765eb7f3b7c
children c3314208d7b9
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(list
               list.c
)