cmake -- combining two repositories #1328
bashtavenko
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can build OpenCV with
cmake
:WORKSPACE
BUILD.bazel
This works. Now the problem is that OpenCV has core modules and contrib modules. I wanted to integrate some of the contrib modules. Say for an example
text
module.It would be reasonably to add something like that
WORKSPACE
... now add these lines to BUIID
BUILD.basel
But that unfortunately bombs. I guess the reason is that in the contrib CMakeList.txt are per each module, but anyway it does not work.
Is there a solution?
Beta Was this translation helpful? Give feedback.
All reactions