diff src/allocate/CMakeLists.txt @ 15:907c69e21e56

modify allocate
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 14 Apr 2015 03:37:22 +0900
parents 88a4a95f5485
children
line wrap: on
line diff
--- a/src/allocate/CMakeLists.txt	Fri Apr 10 17:57:38 2015 +0900
+++ b/src/allocate/CMakeLists.txt	Tue Apr 14 03:37:22 2015 +0900
@@ -2,4 +2,5 @@
 
 add_executable(allocate
                allocate.c
+               allocateContext.c
 )