Mercurial > hg > Gears > GearsAgda
comparison src/parallel_execution/CMakeLists.txt @ 445:f02bd096af64
fix RedBlackTree.cbc Insertion
author | ryokka |
---|---|
date | Tue, 28 Nov 2017 22:15:23 +0900 |
parents | 0c024ea61601 |
children | d3d7a7d6a117 |
comparison
equal
deleted
inserted
replaced
444:0c024ea61601 | 445:f02bd096af64 |
---|---|
121 TARGET | 121 TARGET |
122 sort | 122 sort |
123 SOURCES | 123 SOURCES |
124 examples/bitonicSort/sort.cbc | 124 examples/bitonicSort/sort.cbc |
125 ) | 125 ) |
126 | |
127 GearsCommand( | |
128 TARGET | |
129 rbtree | |
130 SOURCES | |
131 RedBlackTree.cbc | |
132 ) |