mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
15 lines
228 B
CMake
15 lines
228 B
CMake
set(MODULE_NAME PROFILING)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
readArray.cpp
|
|
writeArray.cpp
|
|
readImage.cpp
|
|
writeImage.cpp
|
|
copy.cpp
|
|
execute.cpp
|
|
execute_multipass.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|