view src/allocate/CMakeLists.txt @ 113:d05b9937aa95

Change element data from Task to Data
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Tue, 07 Jun 2016 18:43:21 +0900
parents 907c69e21e56
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(allocate
               allocate.c
               allocateContext.c
)