Mercurial > hg > Papers > 2021 > anatofuz-master
annotate paper/src/GearsMacroCMake.txt @ 131:988b3024d685
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Feb 2021 05:49:37 +0900 |
parents | 26c9cd7b9b21 |
children |
rev | line source |
---|---|
70 | 1 GearsCommand( |
2 TARGET | |
3 pop_and_push | |
4 SOURCES | |
5 examples/pop_and_push/main.cbc examples/pop_and_push/StackTestImpl.cbc TaskManagerImpl.cbc CPUWorker.cbc SynchronizedQueue.cbc AtomicReference.cbc SingleLinkedStack.cbc examples/pop_and_push/StackTest2Impl.cbc examples/pop_and_push/StackTestImpl3.cbc | |
6 ) |