Mercurial > hg > Gears > GearsAgda
annotate src/allocate/CMakeLists.txt @ 9:14c604cfa711
modify directories
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 02 Apr 2015 01:05:52 +0900 |
parents | 714d0ce1efd7 |
children | 88a4a95f5485 |
rev | line source |
---|---|
4 | 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 |
714d0ce1efd7
change configuring directory
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
4 allocate_test.c |
714d0ce1efd7
change configuring directory
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
4
diff
changeset
|
5 ) |