File: CMakeLists.txt

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

macro(stdgpu_add_example_cu)
    stdgpu_detail_add_example(${ARGV0} "cu")
endmacro()

stdgpu_add_example_cu(atomic)
stdgpu_add_example_cu(bitset)
stdgpu_add_example_cu(deque)
stdgpu_add_example_cu(iterator)
stdgpu_add_example_cu(mutex_array)
stdgpu_add_example_cu(ranges)
stdgpu_add_example_cu(unordered_map)
stdgpu_add_example_cu(unordered_set)
stdgpu_add_example_cu(vector)