Installed C API tests (#6386)

This commit is contained in:
Ilya Lavrenov 2021-06-25 19:11:50 +03:00 committed by GitHub
parent e8301fb545
commit 035221a5e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,3 +37,8 @@ if(ENABLE_CLDNN)
endif()
add_cpplint_target(${TARGET_NAME}_cpplint FOR_TARGETS ${TARGET_NAME})
install(TARGETS ${TARGET_NAME}
RUNTIME DESTINATION tests
COMPONENT tests
EXCLUDE_FROM_ALL)