# GPU Framework version 14.0.0

set(GPU_FRAMEWORK_BENCHMARKS_SRC_CU
  src/AtomicGlobalMemoryAccessBenchmarks.cu
  src/AtomicMinMaxBenchmarks.cu
  src/ConcurrentMemoryAllocationBenchmarks.cu
  src/MisalignedGlobalMemoryAccessBenchmarks.cu
  src/StridedGlobalMemoryAccessBenchmarks.cu

  #This line is to make CMakeList.txt appear on the VS project tree.
  src/CMakeLists.txt
)
source_group("src" FILES ${GPU_FRAMEWORK_BENCHMARKS_SRC_CU})