view src/allocate/CMakeLists.txt @ 64:89d760486188

Add allocater to synchronizedQueue
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Mon, 13 Jul 2015 23:22:12 +0900
parents 907c69e21e56
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(allocate
               allocate.c
               allocateContext.c
)