Files
OpenCL-CTS/test_conformance/computeinfo/CMakeLists.txt
2017-05-16 19:04:36 +05:30

15 lines
417 B
CMake

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})