mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
9 lines
137 B
CMake
9 lines
137 B
CMake
set(MODULE_NAME computeinfo)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.cpp
|
|
extended_versioning.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|