mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Initial open source release of OpenCL 1.2 CTS.
This commit is contained in:
14
test_conformance/computeinfo/CMakeLists.txt
Normal file
14
test_conformance/computeinfo/CMakeLists.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
add_executable(conformance_computeinfo
|
||||
main.c
|
||||
../../test_common/harness/errorHelpers.c
|
||||
../../test_common/harness/msvc9.c
|
||||
)
|
||||
|
||||
set_source_files_properties(
|
||||
main.c
|
||||
../../test_common/harness/errorHelpers.c
|
||||
../../test_common/harness/msvc9.c
|
||||
PROPERTIES LANGUAGE CXX)
|
||||
|
||||
TARGET_LINK_LIBRARIES(conformance_computeinfo
|
||||
${CLConform_LIBRARIES})
|
||||
Reference in New Issue
Block a user