mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
This reduces by a factor of roughly two the number of files to build. Fixes #193. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
16 lines
307 B
CMake
16 lines
307 B
CMake
set(MODULE_NAME COMPILER)
|
|
|
|
set(${MODULE_NAME}_SOURCES
|
|
main.c
|
|
test_build_helpers.c
|
|
test_compile.c
|
|
test_async_build.c
|
|
test_build_options.cpp
|
|
test_preprocessor.c
|
|
test_image_macro.c
|
|
test_compiler_defines_for_extensions.cpp
|
|
test_pragma_unroll.c
|
|
)
|
|
|
|
include(../CMakeCommon.txt)
|