Mercurial > hg > GearsTemplate
comparison src/parallel_execution/CMakeLists.txt @ 280:2c2e4e597eb0
generate no compile errors
author | mir3636 |
---|---|
date | Fri, 03 Feb 2017 17:47:27 +0900 |
parents | 23767f714f4a |
children | fd470e090403 |
comparison
equal
deleted
inserted
replaced
279:b5e8fce400a5 | 280:2c2e4e597eb0 |
---|---|
38 | 38 |
39 GearsCommand( | 39 GearsCommand( |
40 TARGET | 40 TARGET |
41 twice | 41 twice |
42 SOURCES | 42 SOURCES |
43 main.cbc RedBlackTree.cbc SingleLinkedStack.cbc CPUWorker.cbc time.cbc twice.cbc TaskManagerImpl.cbc SingleLinkedQueue.cbc SynchronizedQueue.cbc | 43 main.cbc RedBlackTree.cbc compare.c SingleLinkedStack.cbc CPUWorker.cbc time.cbc twice.cbc TaskManagerImpl.cbc SingleLinkedQueue.cbc SynchronizedQueue.cbc |
44 ) | 44 ) |
45 | 45 |
46 GearsCommand( | 46 GearsCommand( |
47 TARGET | 47 TARGET |
48 queue_test | 48 queue_test |