Files
OpenCL-CTS/test_conformance/contractions/CMakeLists.txt
2017-05-16 18:50:35 +05:30

15 lines
444 B
CMake

set(MODULE_NAME CONTRACTIONS)
set(${MODULE_NAME}_SOURCES
contractions.c
../../test_common/harness/mt19937.c
../../test_common/harness/msvc9.c
../../test_common/harness/mingw_compat.c
../../test_common/harness/errorHelpers.c
../../test_common/harness/rounding_mode.c
../../test_common/harness/kernelHelpers.c
../../test_common/harness/testHarness.c
)
include(../CMakeCommon.txt)