Bazel Integration #2468
Answered
by
andrewkatson
andrewkatson
asked this question in
Q&A
-
Hello I am using bazel for my own project that uses this library (https://bazel.build/). All I need is an .a, .o, or .so file that I can compile from the source code in order to get it to work for me. Some instructions like the way unit tests are built would be what I am looking for here. Is there any guide for this or should I just write my own CMAKE file to create the binary? |
Beta Was this translation helpful? Give feedback.
Answered by
andrewkatson
Nov 13, 2020
Replies: 1 comment
-
Ok I figured it out. Basically I had to change all of the includes from one format to another.
to
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
andrewkatson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I figured it out. Basically I had to change all of the includes from one format to another.
to