1set(MODULE_NAME CL_GET_INFO) 2 3set(${MODULE_NAME}_SOURCES 4 main.cpp 5 test_1D_2D_array.cpp 6 test_1D.cpp 7 test_2D.cpp 8 test_loops.cpp 9 test_3D.cpp 10 ../common.cpp 11) 12 13include(../../CMakeCommon.txt) 14
1set(MODULE_NAME CL_GET_INFO) 2 3set(${MODULE_NAME}_SOURCES 4 main.cpp 5 test_1D_2D_array.cpp 6 test_1D.cpp 7 test_2D.cpp 8 test_loops.cpp 9 test_3D.cpp 10 ../common.cpp 11) 12 13include(../../CMakeCommon.txt) 14