Files
OpenCL-CTS/test_conformance/compiler/CMakeLists.txt
Kévin Petit fa4b278432 Build the harness as a static library (#430)
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>
2019-08-07 17:18:10 +01:00

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)