Add OpenCLCTS target and install component to CMake

This commit is contained in:
Alastair Murray
2018-03-02 18:32:39 +00:00
committed by Kévin Petit
parent b4e39211d7
commit b67a5f3761
38 changed files with 222 additions and 130 deletions

View File

@@ -19,5 +19,7 @@ set_source_files_properties(
target_link_libraries(conformance_test_printf
${CLConform_LIBRARIES})
add_dependencies(OpenCLCTS conformance_test_printf)
install(TARGETS conformance_test_printf
DESTINATION "${CLConf_OUT_DIR}")
DESTINATION "${CLConf_OUT_DIR}"
COMPONENT OpenCLCTS)