diff src/allocate/CMakeLists.txt @ 10:88a4a95f5485

create list
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Thu, 02 Apr 2015 02:31:13 +0900
parents 14c604cfa711
children 907c69e21e56
line wrap: on
line diff
--- a/src/allocate/CMakeLists.txt	Thu Apr 02 01:05:52 2015 +0900
+++ b/src/allocate/CMakeLists.txt	Thu Apr 02 02:31:13 2015 +0900
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 2.8)
 
 add_executable(allocate
-               allocate_test.c
+               allocate.c
 )