Add host API#220
Conversation
aosewski
left a comment
There was a problem hiding this comment.
Overall looks good. I'd just add proper documentation for host API.
| add_subdirectory(library) | ||
| add_subdirectory(example) | ||
| add_subdirectory(test) | ||
| add_subdirectory(test EXCLUDE_FROM_ALL) |
There was a problem hiding this comment.
Maybe we should rather have a cmake option like -DWITH_TESTS=ON instead of excluding by default all test targets from all target?
There was a problem hiding this comment.
I removed and fixed the issue elsewhere. The cause for this was that gmock was complaining on the warnings we set in our repos which has been overridden in the googletest.cmake file.
aosewski
left a comment
There was a problem hiding this comment.
Thanks for adding changes in googltest.cmake. Actually I also came across those warnings but the fun thing is that only after submitting the PR with googletest :):)
|
@asroy CI passes and all reviews have been addressed |
No description provided.