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
Is it possible to have cmake_external (or some other target) support consuming transitive deps of a target? If possible, can it be taught to consume CMake Interface Libraries?
I tinkered with a version of cmake_external, but couldn't make it work for my intended use case, which is to consume the includes + libs of CMake targets. My hack-and-slash attempt (coupled with Python bits - sorry for the mess!):
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_foreign_cc!
Is it possible to have
cmake_external
(or some other target) support consuming transitive deps of a target? If possible, can it be taught to consume CMake Interface Libraries?I tinkered with a version of
cmake_external
, but couldn't make it work for my intended use case, which is to consume the includes + libs of CMake targets. My hack-and-slash attempt (coupled with Python bits - sorry for the mess!):ros2_bazel_prototype
:colcon.bzl
- repo rule definitioncc_ament_CMakeLists.txt.in
- template CMakeListsbuild.py.tpl
- Python repo generating script (was too lazy to prototype Skylark for this hacky functionality...)ros2
- usage ofcolcon_repository
More background: colcon/colcon-bazel#14
The text was updated successfully, but these errors were encountered: