• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(MODULE_NAME CL_READ_WRITE_IMAGES)
2
3set(${MODULE_NAME}_SOURCES
4    main.cpp
5    test_read_1D.cpp
6    test_read_1D_array.cpp
7    test_read_2D.cpp
8    test_read_2D_array.cpp
9    test_loops.cpp
10    test_read_3D.cpp
11    ../common.cpp
12)
13
14include(../../CMakeCommon.txt)
15
16