view src/allocate/CMakeLists.txt @ 189:39d87ba6039d

fix
author mir3636
date Fri, 16 Dec 2016 16:38:31 +0900
parents 907c69e21e56
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(allocate
               allocate.c
               allocateContext.c
)