mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 23: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,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(
|
||||
|
||||
Reference in New Issue
Block a user