mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
11 lines
170 B
CMake
11 lines
170 B
CMake
set(MODULE_NAME PRINTF)
|
|
|
|
set(CMAKE_CXX_STANDARD 11)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
test_printf.cpp
|
|
util_printf.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|