annotate src/allocate/CMakeLists.txt @ 89:00d4c6fa4969

merge
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 19 Jan 2016 18:05:15 +0900
parents 907c69e21e56
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
cd262e34ac1a allocate example
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 cmake_minimum_required(VERSION 2.8)
8
714d0ce1efd7 change configuring directory
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
2
714d0ce1efd7 change configuring directory
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
3 add_executable(allocate
10
88a4a95f5485 create list
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 9
diff changeset
4 allocate.c
15
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 10
diff changeset
5 allocateContext.c
8
714d0ce1efd7 change configuring directory
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 4
diff changeset
6 )