view src/allocate/CMakeLists.txt @ 210:ba56dab79dc4

separate code init for each executable
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 27 Dec 2016 17:13:45 +0900
parents 907c69e21e56
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(allocate
               allocate.c
               allocateContext.c
)