mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 14:09:03 +00:00
`CMAKE_CXX_STANDARD` is already set in the top-level CMakeLists.txt file, so there is no need to have it repeated for individual modules. Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com> Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
9 lines
142 B
CMake
9 lines
142 B
CMake
set(MODULE_NAME PRINTF)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
test_printf.cpp
|
|
util_printf.cpp
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|