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:
James Price
2020-02-21 12:34:31 -05:00
committed by GitHub
parent b2cb18073c
commit 40f50d77a3
228 changed files with 197 additions and 210 deletions

View File

@@ -1,11 +1,11 @@
set(MODULE_NAME VECALIGN)
set(${MODULE_NAME}_SOURCES
globals.c
main.c
structs.c
test_vec_align.c
type_replacer.c
globals.cpp
main.cpp
structs.cpp
test_vec_align.cpp
type_replacer.cpp
)
set_source_files_properties(