view src/allocate/CMakeLists.txt @ 116:f57e9ffa7960

add comment rb_tree
author ikkun
date Wed, 14 Sep 2016 20:35:21 +0900
parents 907c69e21e56
children
line wrap: on
line source

cmake_minimum_required(VERSION 2.8)

add_executable(allocate
               allocate.c
               allocateContext.c
)