You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create a package for the GLES files, you may need to create a local repository using the new_local_repository workspace rule, and write a BUILD file with cc_library rules that export the right header files (cc_library.hdrs) and link against the right system libraries (for example this is how you'd do that on Windows, but the approach is the same on other platforms). I don't know if there are any other examples about this.
I want to build c++ library and use opengles in it.
Is this possible with bazel build system and if yes, can you please provide an example.
The text was updated successfully, but these errors were encountered: