mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-21 14:59:02 +00:00
Add OpenCLCTS target and install component to CMake
This commit is contained in:
committed by
Kévin Petit
parent
b4e39211d7
commit
b67a5f3761
@@ -67,5 +67,7 @@ endif (NOT CMAKE_CL_64 AND NOT MSVC)
|
||||
TARGET_LINK_LIBRARIES(conformance_test_integer_ops
|
||||
${CLConform_LIBRARIES})
|
||||
|
||||
add_dependencies(OpenCLCTS conformance_test_integer_ops)
|
||||
install(TARGETS conformance_test_integer_ops
|
||||
DESTINATION "${CLConf_OUT_DIR}")
|
||||
DESTINATION "${CLConf_OUT_DIR}"
|
||||
COMPONENT OpenCLCTS)
|
||||
|
||||
Reference in New Issue
Block a user