Mercurial > hg > Gears > GearsAgda
diff src/parallel_execution/CMakeLists.txt @ 286:fd470e090403
Add sempahore
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 05 Feb 2017 22:15:27 +0900 |
parents | 2c2e4e597eb0 |
children | 609bf62768b9 |
line wrap: on
line diff
--- a/src/parallel_execution/CMakeLists.txt Sun Feb 05 20:22:55 2017 +0900 +++ b/src/parallel_execution/CMakeLists.txt Sun Feb 05 22:15:27 2017 +0900 @@ -40,7 +40,7 @@ TARGET twice SOURCES - main.cbc RedBlackTree.cbc compare.c SingleLinkedStack.cbc CPUWorker.cbc time.cbc twice.cbc TaskManagerImpl.cbc SingleLinkedQueue.cbc SynchronizedQueue.cbc + main.cbc RedBlackTree.cbc compare.c SingleLinkedStack.cbc CPUWorker.cbc time.cbc twice.cbc TaskManagerImpl.cbc SingleLinkedQueue.cbc SynchronizedQueue.cbc SemaphoreImpl.cbc ) GearsCommand(