mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-23 07:39:01 +00:00
cl22: Improved CRC calculation (#133)
* Improved CRC calculation * Improved CRC calculation - review fix * Improved CRC calculation - build brake fix * Improved CRC calculation - remove external initializaiton
This commit is contained in:
committed by
Kévin Petit
parent
8e03195706
commit
6c999818ee
@@ -5,6 +5,7 @@ set(HEADERS_SOURCES
|
||||
../../test_common/harness/testHarness.c
|
||||
../../test_common/harness/msvc9.c
|
||||
../../test_common/harness/parseParameters.cpp
|
||||
../../test_common/harness/crc32.c
|
||||
)
|
||||
|
||||
set_source_files_properties(${HEADERS_SOURCES} PROPERTIES LANGUAGE CXX)
|
||||
|
||||
Reference in New Issue
Block a user