File: CMakeLists.txt

package info (click to toggle)
stdgpu-contrib 1.3.0%2Bgit20220507.32e0517-3
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 2,524 kB
  • sloc: cpp: 7,818; pascal: 1,893; xml: 214; sh: 181; makefile: 16
file content (8 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8

target_sources(teststdgpu PRIVATE atomic.hip
                                  bitset.hip
                                  deque.hip
                                  mutex.hip
                                  unordered_map.hip
                                  unordered_set.hip
                                  vector.hip)