view src/list/CMakeLists.txt @ 245:308368406fe7

Merge
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Wed, 25 Jan 2017 03:04:39 +0900
parents c3314208d7b9
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(list
               list.c
               listContext.c
)