[IE][CMAKE] Add some libraries to ie_developer export list#2279
Conversation
Why do we need to have those libraries for other plugins? |
|
They might be used by other plugin's unit tests (if they links with static version of IE library). As for |
| list(APPEND EXPORT_DEPENDENCIES | ||
| funcTestUtils | ||
| ieTestHelpers | ||
| ieTestHelpers_s |
There was a problem hiding this comment.
does it looks strange that the same binary is linked against both static and non-static versions?
There was a problem hiding this comment.
I've thoght that this variable was used for ie_developer_export_targets only. Fixed.
There was a problem hiding this comment.
BTW, ieTestHelpers_s is a part of deprecated tests infra, why do you need to use it?
CC @iefode what do you think?
There was a problem hiding this comment.
As well as ieTestHelpers. I don't see reasons to export only one of them.
The following libraries: * `vpu_common_lib_test_static` * `ieTestHelpers_s` Those libraries might be helpful for standalone plugins tests.
The following libraries:
vpu_common_lib_test_staticieTestHelpers_sThose libraries might be helpful for standalone plugins tests.