mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Rename test .c sources to .cpp where necessary (#604)
Remove hacks to force language from CMake files. Closes KhronosGroup/OpenCL-CTS#25
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
set(MODULE_NAME HALF)
|
||||
|
||||
set(${MODULE_NAME}_SOURCES
|
||||
cl_utils.c
|
||||
Test_vLoadHalf.c
|
||||
Test_roundTrip.c
|
||||
Test_vStoreHalf.c main.c
|
||||
cl_utils.cpp
|
||||
Test_vLoadHalf.cpp
|
||||
Test_roundTrip.cpp
|
||||
Test_vStoreHalf.cpp main.cpp
|
||||
)
|
||||
|
||||
include(../CMakeCommon.txt)
|
||||
|
||||
Reference in New Issue
Block a user