view src/list/CMakeLists.txt @ 253:ebc13549394c

generate stubArgs
author mir3636
date Thu, 26 Jan 2017 19:52:08 +0900
parents c3314208d7b9
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(list
               list.c
               listContext.c
)