view src/allocate/CMakeLists.txt @ 24:7494c0b87ec4

implement insert of Non Destructive llrb
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Fri, 01 May 2015 05:20:47 +0900
parents 907c69e21e56
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(allocate
               allocate.c
               allocateContext.c
)